Module Name: src
Committed By: maxv
Date: Sat May 23 08:10:50 UTC 2020
Modified Files:
src/sys/arch/amd64/stand/prekern: prekern.c
Log Message:
Hum, forgot to include this file in my "Clarify." commit on mm.c:rev1.27
and elf.c:rev1.21.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/amd64/stand/prekern/prekern.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/amd64/stand/prekern/prekern.c
diff -u src/sys/arch/amd64/stand/prekern/prekern.c:1.11 src/sys/arch/amd64/stand/prekern/prekern.c:1.12
--- src/sys/arch/amd64/stand/prekern/prekern.c:1.11 Tue Mar 19 19:15:57 2019
+++ src/sys/arch/amd64/stand/prekern/prekern.c Sat May 23 08:10:50 2020
@@ -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 @@ init_prekern(paddr_t pa_start)
* Relocate the kernel.
*/
mm_map_kernel();
+ elf_build_info();
ent = elf_kernel_reloc();
mm_bootspace_mprotect();