From 24b67a657169dbd205c0e6008ea1b2a1bd2d57c5 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sun, 16 Jun 2013 14:49:50 +0000 Subject: Add IPL_MPSAFE for some architectures that I missed in the first round. pointed out by & ok miod@ --- sys/arch/mvme68k/include/intr.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/arch/mvme68k/include') diff --git a/sys/arch/mvme68k/include/intr.h b/sys/arch/mvme68k/include/intr.h index 309d87302ab..285811b556c 100644 --- a/sys/arch/mvme68k/include/intr.h +++ b/sys/arch/mvme68k/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.21 2011/03/23 16:54:36 pirofti Exp $ */ +/* $OpenBSD: intr.h,v 1.22 2013/06/16 14:49:49 kettenis Exp $ */ /* * Copyright (C) 2000 Steve Murphree, Jr. * All rights reserved. @@ -52,6 +52,8 @@ #define IPL_SCHED 7 #define IPL_HIGH 7 +#define IPL_MPSAFE 0 /* no "mpsafe" interrupts */ + #define MD_IPLTOPSL(ipl) IPLTOPSL(ipl) #define splsoft() _splraise(PSL_S | PSL_IPL1) -- cgit v1.2.3