Module Name:    src
Committed By:   nakayama
Date:           Sat Oct 31 02:36:17 UTC 2015

Modified Files:
        src/sys/arch/sparc64/include: db_machdep.h
        src/sys/arch/sparc64/sparc64: netbsd32_machdep.c

Log Message:
Remove #define SUN4U since machine/frame.h doesn't check SUN4U anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/sparc64/include/db_machdep.h
cvs rdiff -u -r1.103 -r1.104 src/sys/arch/sparc64/sparc64/netbsd32_machdep.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/sparc64/include/db_machdep.h
diff -u src/sys/arch/sparc64/include/db_machdep.h:1.33 src/sys/arch/sparc64/include/db_machdep.h:1.34
--- src/sys/arch/sparc64/include/db_machdep.h:1.33	Tue Jul 12 07:51:34 2011
+++ src/sys/arch/sparc64/include/db_machdep.h	Sat Oct 31 02:36:17 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: db_machdep.h,v 1.33 2011/07/12 07:51:34 mrg Exp $ */
+/*	$NetBSD: db_machdep.h,v 1.34 2015/10/31 02:36:17 nakayama Exp $ */
 
 /*
  * Mach Operating System
@@ -37,9 +37,6 @@
 
 #include <uvm/uvm_extern.h>
 
-#ifndef SUN4U
-#define SUN4U	/* see .../sparc/include/frame.h for the reason */
-#endif
 #include <machine/frame.h>
 #include <machine/pcb.h>
 #include <machine/psl.h>

Index: src/sys/arch/sparc64/sparc64/netbsd32_machdep.c
diff -u src/sys/arch/sparc64/sparc64/netbsd32_machdep.c:1.103 src/sys/arch/sparc64/sparc64/netbsd32_machdep.c:1.104
--- src/sys/arch/sparc64/sparc64/netbsd32_machdep.c:1.103	Fri Mar  7 22:51:27 2014
+++ src/sys/arch/sparc64/sparc64/netbsd32_machdep.c	Sat Oct 31 02:36:17 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: netbsd32_machdep.c,v 1.103 2014/03/07 22:51:27 nakayama Exp $	*/
+/*	$NetBSD: netbsd32_machdep.c,v 1.104 2015/10/31 02:36:17 nakayama Exp $	*/
 
 /*
  * Copyright (c) 1998, 2001 Matthew R. Green
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep.c,v 1.103 2014/03/07 22:51:27 nakayama Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep.c,v 1.104 2015/10/31 02:36:17 nakayama Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_compat_netbsd.h"
@@ -76,9 +76,6 @@ __KERNEL_RCSID(0, "$NetBSD: netbsd32_mac
 #include <compat/sys/siginfo.h>
 #include <compat/sys/ucontext.h>
 
-#ifndef SUN4U
-#define SUN4U	/* see .../sparc/include/frame.h for the reason */
-#endif
 #include <machine/frame.h>
 #include <machine/pcb.h>
 #include <machine/reg.h>

Reply via email to