From cfb53b34fc2160b1dcb5b866e28f6884c6fd6102 Mon Sep 17 00:00:00 2001 From: nakayama Date: Sat, 31 Oct 2015 02:36:17 +0000 Subject: [PATCH] Remove #define SUN4U since machine/frame.h doesn't check SUN4U anymore. --- sys/arch/sparc64/include/db_machdep.h | 5 +---- sys/arch/sparc64/sparc64/netbsd32_machdep.c | 7 ++----- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/sys/arch/sparc64/include/db_machdep.h b/sys/arch/sparc64/include/db_machdep.h index 7e85f6bae889..9a340604fcad 100644 --- a/sys/arch/sparc64/include/db_machdep.h +++ b/sys/arch/sparc64/include/db_machdep.h @@ -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 -#ifndef SUN4U -#define SUN4U /* see .../sparc/include/frame.h for the reason */ -#endif #include #include #include diff --git a/sys/arch/sparc64/sparc64/netbsd32_machdep.c b/sys/arch/sparc64/sparc64/netbsd32_machdep.c index 068a665d0a12..01e7730525ed 100644 --- a/sys/arch/sparc64/sparc64/netbsd32_machdep.c +++ b/sys/arch/sparc64/sparc64/netbsd32_machdep.c @@ -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 -__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_machdep.c,v 1.103 2014/03/07 22:51:27 nakay #include #include -#ifndef SUN4U -#define SUN4U /* see .../sparc/include/frame.h for the reason */ -#endif #include #include #include