Sign in
◑
Theme
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
davem
/
netdev-vger-cvs
/
35f6bf4a4e288f2ccd8f44cdd1b25384a0ea4f74
/
.
/
include
/
asm-parisc
/
smp.h
blob: 36e78e9bce9f1046a4b46064c467438634babcf6 [
file
]
#ifndef
__ASM_SMP_H
#define
__ASM_SMP_H
#include
<linux/config.h>
#ifdef
CONFIG_SMP
extern
volatile
unsigned
long
cpu_online_map
;
/* Bitmap of available cpu's */
#endif
#endif