Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/arch/sparc64/sparc64 Pull up revision 1.23 (request...



details:   https://anonhg.NetBSD.org/src/rev/da494d530768
branches:  netbsd-1-6
changeset: 527916:da494d530768
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sat Jun 15 01:05:31 2002 +0000

description:
Pull up revision 1.23 (requested by eeh in ticket #275):
Provide the correct architecture for HW_MACHINE_ARCH so things like
"sysctl -p" can tell they are in 32-bit land.

diffstat:

 sys/arch/sparc64/sparc64/netbsd32_machdep.c |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r c87cc360b0ec -r da494d530768 sys/arch/sparc64/sparc64/netbsd32_machdep.c
--- a/sys/arch/sparc64/sparc64/netbsd32_machdep.c       Sat Jun 15 01:02:06 2002 +0000
+++ b/sys/arch/sparc64/sparc64/netbsd32_machdep.c       Sat Jun 15 01:05:31 2002 +0000
@@ -69,6 +69,9 @@
 #include <machine/vuid_event.h>
 #include <machine/netbsd32_machdep.h>
 
+/* Provide a the name of the architecture we're emulating */
+char   machine_arch32[] = "sparc";     
+
 static int ev_out32 __P((struct firm_event *, int, struct uio *));
 
 /*



Home | Main Index | Thread Index | Old Index