Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/include Load the header too.
details: https://anonhg.NetBSD.org/src/rev/a01b42fe970d
branches: trunk
changeset: 472478:a01b42fe970d
user: christos <christos%NetBSD.org@localhost>
date: Fri Apr 30 13:28:58 1999 +0000
description:
Load the header too.
diffstat:
sys/arch/sparc/include/loadfile_machdep.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 3290b1848b15 -r a01b42fe970d sys/arch/sparc/include/loadfile_machdep.h
--- a/sys/arch/sparc/include/loadfile_machdep.h Fri Apr 30 13:28:36 1999 +0000
+++ b/sys/arch/sparc/include/loadfile_machdep.h Fri Apr 30 13:28:58 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: loadfile_machdep.h,v 1.1 1999/04/28 15:26:21 christos Exp $ */
+/* $NetBSD: loadfile_machdep.h,v 1.2 1999/04/30 13:28:58 christos Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -40,8 +40,8 @@
#define BOOT_ELF
#define ELFSIZE 32
-#define LOAD_KERNEL (LOAD_ALL & ~LOAD_HDR)
-#define COUNT_KERNEL (COUNT_ALL & ~COUNT_HDR)
+#define LOAD_KERNEL LOAD_ALL
+#define COUNT_KERNEL COUNT_ALL
#ifdef _STANDALONE
#define LOADADDR(a) (((u_long)(a) & 0x0fffffff) + offset)
Home |
Main Index |
Thread Index |
Old Index