From 0098e72bde5cac8756a75908b2a8a8b006734890 Mon Sep 17 00:00:00 2001 From: aoyama Date: Wed, 25 Dec 2013 10:41:55 +0000 Subject: [PATCH] Add missing IPL_MPSAFE, as same as mvme88k. ok miod@ --- sys/arch/luna88k/include/intr.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/luna88k/include/intr.h b/sys/arch/luna88k/include/intr.h index 49c0875276c..df290e091af 100644 --- 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 #endif /* _MACHINE_INTR_H_ */ -- 2.20.1