blob: 5e7fbffafe4b77d02d6b56cff42fad650ef5b278 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $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
|