From 86523a96c953476bb61cd0ca6209a796c7eb9c59 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sat, 4 Jan 2003 02:14:46 +0000 Subject: Don't define splassert goo if _LOCORE --- sys/arch/mvme88k/include/intr.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/arch/mvme88k') diff --git a/sys/arch/mvme88k/include/intr.h b/sys/arch/mvme88k/include/intr.h index 28c7f9379ed..19bc04f86d5 100644 --- a/sys/arch/mvme88k/include/intr.h +++ b/sys/arch/mvme88k/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.10 2003/01/03 23:17:42 miod Exp $ */ +/* $OpenBSD: intr.h,v 1.11 2003/01/04 02:14:45 miod Exp $ */ /* * Copyright (C) 2000 Steve Murphree, Jr. * All rights reserved. @@ -87,7 +87,6 @@ unsigned setipl(unsigned level); unsigned db_setipl(unsigned level); #endif int spl0(void); -#endif /* _LOCORE */ /* needs major cleanup - XXX nivas */ @@ -109,6 +108,8 @@ void splassert_check(int, const char *); #define splassert(wantipl) do { /* nothing */ } while (0) #endif +#endif /* _LOCORE */ + #if 0 spl0 is a function by itself. I really am serious about the clean up above... -- cgit v1.2.3