From fd9b658605564bc7e11ff09b34d64b3162cbf3e8 Mon Sep 17 00:00:00 2001 From: deraadt Date: Fri, 17 Mar 2000 21:54:07 +0000 Subject: [PATCH] move more sun4m stuff behind an #ifdef --- sys/arch/sparc/sparc/cache.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/sparc/sparc/cache.c b/sys/arch/sparc/sparc/cache.c index 7ebfb4cebda..28baedda260 100644 --- a/sys/arch/sparc/sparc/cache.c +++ b/sys/arch/sparc/sparc/cache.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cache.c,v 1.12 2000/02/21 14:51:20 art Exp $ */ +/* $OpenBSD: cache.c,v 1.13 2000/03/17 21:54:07 deraadt Exp $ */ /* $NetBSD: cache.c,v 1.34 1997/09/26 22:17:23 pk Exp $ */ /* @@ -111,6 +111,7 @@ sun4_cache_enable() #endif } +#if defined(SUN4M) void ms1_cache_enable() { @@ -342,6 +343,7 @@ turbosparc_cache_enable() CACHEINFO.c_enabled = 1; printf("cache enabled\n"); } +#endif /* defined(SUN4M) */ /* * Flush the current context from the cache. -- 2.20.1