artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4041a64
)
move more sun4m stuff behind an #ifdef
author
deraadt
<deraadt@openbsd.org>
Fri, 17 Mar 2000 21:54:07 +0000
(21:54 +0000)
committer
deraadt
<deraadt@openbsd.org>
Fri, 17 Mar 2000 21:54:07 +0000
(21:54 +0000)
sys/arch/sparc/sparc/cache.c
patch
|
blob
|
history
diff --git
a/sys/arch/sparc/sparc/cache.c
b/sys/arch/sparc/sparc/cache.c
index
7ebfb4c
..
28baedd
100644
(file)
--- a/
sys/arch/sparc/sparc/cache.c
+++ b/
sys/arch/sparc/sparc/cache.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: cache.c,v 1.1
2 2000/02/21 14:51:20 art Exp $
*/
+/* $OpenBSD: cache.c,v 1.1
3 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.