blob: 84f041883310c6e01a259fed6fe7061a57f39d26 (
plain)
1
2
3
4
5
6
7
8
9
|
# $NetBSD: P2020DS.MP,v 1.1 2011/06/29 06:23:36 matt Exp $
#
# P2020DS kernel, plus multiprocessor support.
include "arch/evbppc/conf/P2020DS"
options MULTIPROCESSOR
# this option may cause trouble under very high interrupt load
#options OPENPIC_DISTRIBUTE # let all CPUs serve interrupts
|