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 Forgot to commit this file as p...



details:   https://anonhg.NetBSD.org/src/rev/b08abb2152eb
branches:  trunk
changeset: 932464:b08abb2152eb
user:      maxv <maxv%NetBSD.org@localhost>
date:      Thu May 07 21:05:37 2020 +0000

description:
Forgot to commit this file as part of elf.c::rev1.21 mm.c::rev1.27.

diffstat:

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

diffs (20 lines):

diff -r 4579f5e6cceb -r b08abb2152eb sys/arch/amd64/stand/prekern/prekern.h
--- a/sys/arch/amd64/stand/prekern/prekern.h    Thu May 07 20:02:34 2020 +0000
+++ b/sys/arch/amd64/stand/prekern/prekern.h    Thu May 07 21:05:37 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: prekern.h,v 1.21 2020/05/05 19:26:47 maxv Exp $        */
+/*     $NetBSD: prekern.h,v 1.22 2020/05/07 21:05:37 maxv Exp $        */
 
 /*
  * Copyright (c) 2017 The NetBSD Foundation, Inc. All rights reserved.
@@ -89,8 +89,9 @@
 /* elf.c */
 size_t elf_get_head_size(vaddr_t);
 void elf_build_head(vaddr_t);
+void elf_fixup_boot(vaddr_t, paddr_t);
 void elf_map_sections(void);
-void elf_build_boot(vaddr_t, paddr_t);
+void elf_build_info(void);
 vaddr_t elf_kernel_reloc(void);
 
 /* locore.S */



Home | Main Index | Thread Index | Old Index