diff options
author | raj <raj@FreeBSD.org> | 2009-06-25 10:07:21 +0000 |
---|---|---|
committer | raj <raj@FreeBSD.org> | 2009-06-25 10:07:21 +0000 |
commit | 078b9535f0627f5c60944246a4c3df0402604c44 (patch) | |
tree | ff8c26e04425926582af9f2fc7d430c7c13ba9a8 /sys/powerpc/conf | |
parent | 2ee270938d29b16591e1c229a143d7a4fe8ed872 (diff) | |
download | FreeBSD-src-078b9535f0627f5c60944246a4c3df0402604c44.zip FreeBSD-src-078b9535f0627f5c60944246a4c3df0402604c44.tar.gz |
Include SMP support in the MPC85XX kernel by default.
Diffstat (limited to 'sys/powerpc/conf')
-rw-r--r-- | sys/powerpc/conf/MPC85XX | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/powerpc/conf/MPC85XX b/sys/powerpc/conf/MPC85XX index 715a173..8e6badc 100644 --- a/sys/powerpc/conf/MPC85XX +++ b/sys/powerpc/conf/MPC85XX @@ -43,6 +43,7 @@ options NFSLOCKD options PROCFS options PSEUDOFS options SCHED_4BSD +options SMP options SYSVMSG options SYSVSEM options SYSVSHM |