Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/stand/prekern Hum, forgot to include this fil...



details:   https://anonhg.NetBSD.org/src/rev/eaf0f1153fbe
branches:  trunk
changeset: 933246:eaf0f1153fbe
user:      maxv <maxv%NetBSD.org@localhost>
date:      Sat May 23 08:10:50 2020 +0000

description:
Hum, forgot to include this file in my "Clarify." commit on mm.c:rev1.27
and elf.c:rev1.21.

diffstat:

 sys/arch/amd64/stand/prekern/prekern.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r bffa78dd63b0 -r eaf0f1153fbe sys/arch/amd64/stand/prekern/prekern.c
--- a/sys/arch/amd64/stand/prekern/prekern.c    Sat May 23 06:22:34 2020 +0000
+++ b/sys/arch/amd64/stand/prekern/prekern.c    Sat May 23 08:10:50 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: prekern.c,v 1.11 2019/03/19 19:15:57 maxv Exp $        */
+/*     $NetBSD: prekern.c,v 1.12 2020/05/23 08:10:50 maxv Exp $        */
 
 /*
  * Copyright (c) 2017 The NetBSD Foundation, Inc. All rights reserved.
@@ -297,6 +297,7 @@
         * Relocate the kernel.
         */
        mm_map_kernel();
+       elf_build_info();
        ent = elf_kernel_reloc();
        mm_bootspace_mprotect();
 



Home | Main Index | Thread Index | Old Index