artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb0a5b3
)
Include psl.h to get spl* funcs
author
niklas
<niklas@openbsd.org>
Sat, 4 May 1996 09:29:50 +0000
(09:29 +0000)
committer
niklas
<niklas@openbsd.org>
Sat, 4 May 1996 09:29:50 +0000
(09:29 +0000)
sys/arch/amiga/include/param.h
patch
|
blob
|
history
diff --git
a/sys/arch/amiga/include/param.h
b/sys/arch/amiga/include/param.h
index
a7172d1
..
22ea7f2
100644
(file)
--- a/
sys/arch/amiga/include/param.h
+++ b/
sys/arch/amiga/include/param.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: param.h,v 1.
6 1996/05/02 06:44:45
niklas Exp $ */
+/* $OpenBSD: param.h,v 1.
7 1996/05/04 09:29:50
niklas Exp $ */
/* $NetBSD: param.h,v 1.29 1996/04/21 21:13:20 veego Exp $ */
/*
@@
-145,6
+145,11
@@
#define amiga_btop(x) ((unsigned)(x) >> PGSHIFT)
#define amiga_ptob(x) ((unsigned)(x) << PGSHIFT)
+/*
+ * spl functions; all are normally done in-line
+ */
+#include <machine/psl.h>
+
#ifdef _KERNEL
#ifndef _LOCORE
void delay __P((u_int));