blob: 86aa3cc345b2a1f4aa9d3794e1221125770e8fe0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: GENERIC.MP,v 1.9 2014/09/03 07:44:33 blambert Exp $
#
# GENERIC.MP - sample multiprocessor kernel
#
include "arch/i386/conf/GENERIC"
option MULTIPROCESSOR # Multiple processor support
#option MP_LOCKDEBUG
cpu* at mainbus?
|