repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
HaikuDepot: notify work status from main window
[haiku.git]
/
src
/
libs
/
compat
/
freebsd11_network
/
smp.c
blob
adf98acea708e9c8859a4936d1f1586199e454e3
1
/*
2
* Copyright 2009, Colin Günther, coling@gmx.de
3
* All rights reserved. Distributed under the terms of the MIT License.
4
*/
5
6
7
#include
"device.h"
8
9
#include <compat/sys/kernel.h>
10
11
u_int mp_maxid
=
0
;
12
int
mp_ncpus
=
1
;