repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mm: move shmem prototypes to shmem_fs.h
[linux/fpc-iii.git]
/
arch
/
cris
/
include
/
asm
/
smp.h
blob
c615a06dd757aa46ca2e35b4d141b1834fb4bbc2
1
#ifndef __ASM_SMP_H
2
#define __ASM_SMP_H
3
4
#include <linux/cpumask.h>
5
6
extern
cpumask_t phys_cpu_present_map
;
7
8
#define raw_smp_processor_id() (current_thread_info()->cpu)
9
10
#endif