summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1999-09-18 20:02:43 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1999-09-18 20:02:43 +0000
commit388bf78046d42c3b028d66c51b5c143832679ecc (patch)
tree8b06149e76277accda28c23fdf17bb2aaa46c1e8 /sys
parent3e6c0e6fdd3c1e5ab637f523a020b5780d7fea9a (diff)
hide c-code from asm
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/hppa/include/cpu.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/cpu.h b/sys/arch/hppa/include/cpu.h
index 137ddefa3cf..096956d92e8 100644
--- a/sys/arch/hppa/include/cpu.h
+++ b/sys/arch/hppa/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.10 1999/08/14 03:25:59 mickey Exp $ */
+/* $OpenBSD: cpu.h,v 1.11 1999/09/18 20:02:42 mickey Exp $ */
/*
* Copyright (c) 1988-1994, The University of Utah and
@@ -59,6 +59,7 @@
#define need_resched() {(void)1;}
#define need_proftick(p) {(void)(p);}
+#ifndef _LOCORE
#ifdef _KERNEL
#define DELAY(x) delay(x)
void delay __P((u_int us));
@@ -99,5 +100,6 @@ int cpu_dump __P((void));
{ 0, 0 }, \
{ "console_device", CTLTYPE_STRUCT }, \
}
+#endif
#endif /* _MACHINE_CPU_H_ */