NetBSD/sys/arch/macppc/conf/GENERIC.MP
macallan 4335564ec1 send interrupts to only cpu0, otherwise we can run into trouble under very high
interrupt load - there is a chance that the same handler serves subsequent
interrupts on different CPUs at the same time
2010-07-31 12:24:50 +00:00

12 lines
342 B
Plaintext

# $NetBSD: GENERIC.MP,v 1.4 2010/07/31 12:24:50 macallan Exp $
#
# GENERIC kernel, plus multiprocessor support.
include "arch/macppc/conf/GENERIC"
options MULTIPROCESSOR
options IPI_HAMMERHEAD
options IPI_OPENPIC
# this option may cause trouble under very high interrupt load
#options OPENPIC_DISTRIBUTE # let all CPUs serve interrupts