blob: f74b1962669b2e588fa2bec4fe4dd60d06db3bbf (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: GENERIC.MP,v 1.4 2004/09/22 08:48:56 grange Exp $
#
# GENERIC.MP - sample multiprocessor kernel
#
include "arch/i386/conf/GENERIC"
option MULTIPROCESSOR # Multiple processor support
cpu* at mainbus?
ioapic* at mainbus?
|