Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64 Remove #define SUN4U since machine/frame.h ...
details: https://anonhg.NetBSD.org/src/rev/5ca8e0849cef
branches: trunk
changeset: 341334:5ca8e0849cef
user: nakayama <nakayama%NetBSD.org@localhost>
date: Sat Oct 31 02:36:17 2015 +0000
description:
Remove #define SUN4U since machine/frame.h doesn't check SUN4U anymore.
diffstat:
sys/arch/sparc64/include/db_machdep.h | 5 +----
sys/arch/sparc64/sparc64/netbsd32_machdep.c | 7 ++-----
2 files changed, 3 insertions(+), 9 deletions(-)
diffs (47 lines):
diff -r 46ce0f7d6b6b -r 5ca8e0849cef sys/arch/sparc64/include/db_machdep.h
--- a/sys/arch/sparc64/include/db_machdep.h Sat Oct 31 02:25:11 2015 +0000
+++ b/sys/arch/sparc64/include/db_machdep.h Sat Oct 31 02:36:17 2015 +0000
@@ -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>
diff -r 46ce0f7d6b6b -r 5ca8e0849cef sys/arch/sparc64/sparc64/netbsd32_machdep.c
--- a/sys/arch/sparc64/sparc64/netbsd32_machdep.c Sat Oct 31 02:25:11 2015 +0000
+++ b/sys/arch/sparc64/sparc64/netbsd32_machdep.c Sat Oct 31 02:36:17 2015 +0000
@@ -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 @@
#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>
Home |
Main Index |
Thread Index |
Old Index