blob: 14e593a190efbaf8195ac3044c98475a2ff4b83d (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: GENERIC.MP,v 1.8 2008/12/26 17:10:45 deraadt Exp $
#
# GENERIC.MP - sample multiprocessor kernel
#
include "arch/i386/conf/GENERIC"
option MULTIPROCESSOR # Multiple processor support
cpu* at mainbus?
|