4335564ec1
interrupt load - there is a chance that the same handler serves subsequent interrupts on different CPUs at the same time
12 lines
342 B
Plaintext
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
|