33d70de438
and always call the simple_* locking functions. the locking functions are compiled out if they are not needed anyway, so a separate option for this doesn't gain anything. this also fixes the serial console on my alpha ES40 (which doesn't make much sense since the com driver should still be under the big lock on alpha, but whatever).
17 lines
300 B
Plaintext
17 lines
300 B
Plaintext
# $NetBSD: SWINGER.MP,v 1.6 2005/12/27 00:46:38 chs Exp $
|
|
#
|
|
# SWINGER.MP -- Swinger, plus enable Multiprocessor support.
|
|
#
|
|
|
|
include "arch/i386/conf/SWINGER"
|
|
|
|
options MULTIPROCESSOR
|
|
|
|
#options LOCKDEBUG
|
|
options MPDEBUG
|
|
options MPVERBOSE
|
|
options MPBIOS
|
|
#options DEBUG
|
|
|
|
ioapic* at mainbus? apid ?
|