summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-11-27 23:48:45 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-11-27 23:48:45 +0000
commitc6446f7e97997508bae8861bd0e9013c6568e69e (patch)
treeda392c6a7fe3f427f91bf8e41930bb1563c38c68 /sys/arch
parentb3bc7c4e0de0f2b82ba5379e8f5a6a54549d565f (diff)
Hide a few things from _LOCORE.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/mvme88k/include/param.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/include/param.h b/sys/arch/mvme88k/include/param.h
index 2e4ba9f06d1..7249e14268b 100644
--- a/sys/arch/mvme88k/include/param.h
+++ b/sys/arch/mvme88k/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.36 2004/04/26 12:34:05 miod Exp $ */
+/* $OpenBSD: param.h,v 1.37 2005/11/27 23:48:44 miod Exp $ */
/*
* Copyright (c) 1999 Steve Murphree, Jr.
* Copyright (c) 1988 University of Utah.
@@ -60,6 +60,7 @@
#define IOMAP_SIZE 0x01000000 /* roughly 0xff000000 - 0xffffffff */
#ifdef _KERNEL
+#if !defined(_LOCORE)
extern int brdtyp;
extern int cpumod;
#endif
@@ -79,4 +80,5 @@ extern int cpumod;
#define MOD_SP 0x02
#define MOD_DP 0x03
+#endif /* _KERNEL */
#endif /* !_MACHINE_PARAM_H_ */