diff options
Diffstat (limited to 'sys/arch/i386/i386/machdep.c')
-rw-r--r-- | sys/arch/i386/i386/machdep.c | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c index 74ffa958595..265fe92a8ed 100644 --- a/sys/arch/i386/i386/machdep.c +++ b/sys/arch/i386/i386/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.571 2015/06/07 06:24:59 guenther Exp $ */ +/* $OpenBSD: machdep.c,v 1.572 2015/07/16 05:10:14 guenther Exp $ */ /* $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $ */ /*- @@ -3887,20 +3887,6 @@ splassert_check(int wantipl, const char *func) } #endif -#ifdef MULTIPROCESSOR -void -i386_softintlock(void) -{ - __mp_lock(&kernel_lock); -} - -void -i386_softintunlock(void) -{ - __mp_unlock(&kernel_lock); -} -#endif - /* * True if the system has any non-level interrupts which are shared * on the same pin. |