artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69fc06e
)
Add missing IPL_MPSAFE, as same as mvme88k.
author
aoyama
<aoyama@openbsd.org>
Wed, 25 Dec 2013 10:41:55 +0000
(10:41 +0000)
committer
aoyama
<aoyama@openbsd.org>
Wed, 25 Dec 2013 10:41:55 +0000
(10:41 +0000)
ok miod@
sys/arch/luna88k/include/intr.h
patch
|
blob
|
history
diff --git
a/sys/arch/luna88k/include/intr.h
b/sys/arch/luna88k/include/intr.h
index
49c0875
..
df290e0
100644
(file)
--- a/
sys/arch/luna88k/include/intr.h
+++ b/
sys/arch/luna88k/include/intr.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: intr.h,v 1.
7 2011/03/23 16:54:35 pirofti Exp $
*/
+/* $OpenBSD: intr.h,v 1.
8 2013/12/25 10:41:55 aoyama Exp $
*/
/*
* Copyright (C) 2000 Steve Murphree, Jr.
* All rights reserved.
@@
-46,6
+46,8
@@
#define IPL_NMI 7
#define IPL_ABORT 7
+#define IPL_MPSAFE 0 /* no "mpsafe" interrupts */
+
#include <m88k/intr.h>
#endif /* _MACHINE_INTR_H_ */