From: aoyama Date: Wed, 25 Dec 2013 10:41:55 +0000 (+0000) Subject: Add missing IPL_MPSAFE, as same as mvme88k. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=0098e72bde5cac8756a75908b2a8a8b006734890;p=openbsd Add missing IPL_MPSAFE, as same as mvme88k. ok miod@ --- 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_ */