blob: fcbddc61acf5be4252d279476e5fb4cf1442c46d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $OpenBSD: GENERIC.MP,v 1.1 2010/04/24 18:46:53 miod Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
#
# For further information on hardware support for this architecture, see
# the intro(4) man page. For further information about kernel options
# for this architecture, see the options(4) man page. For an explanation
# of each device driver in this file see the section 4 man page for the
# device.
include "arch/aviion/conf/GENERIC"
option MULTIPROCESSOR
#option MP_LOCKDEBUG
|