Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/sparc Declare `bootinfo' also if !DDB.
details: https://anonhg.NetBSD.org/src/rev/69d29732cb08
branches: trunk
changeset: 472720:69d29732cb08
user: pk <pk%NetBSD.org@localhost>
date: Wed May 05 15:32:33 1999 +0000
description:
Declare `bootinfo' also if !DDB.
diffstat:
sys/arch/sparc/sparc/locore.s | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 21754c4de143 -r 69d29732cb08 sys/arch/sparc/sparc/locore.s
--- a/sys/arch/sparc/sparc/locore.s Wed May 05 15:24:59 1999 +0000
+++ b/sys/arch/sparc/sparc/locore.s Wed May 05 15:32:33 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.122 1999/05/05 10:53:00 christos Exp $ */
+/* $NetBSD: locore.s,v 1.123 1999/05/05 15:32:33 pk Exp $ */
/*
* Copyright (c) 1996 Paul Kranenburg
@@ -6153,10 +6153,10 @@
.globl _C_LABEL(esym)
_C_LABEL(esym):
.word 0
+#endif
.globl _C_LABEL(bootinfo)
_C_LABEL(bootinfo):
.word 0
-#endif
.globl _C_LABEL(cold)
_C_LABEL(cold):
.word 1 ! cold start flag
Home |
Main Index |
Thread Index |
Old Index