repo.or.cz
/
linux-2.6
/
libata-dev.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cgroup, cpuset: remove cgroup_subsys->post_clone()
[linux-2.6/libata-dev.git]
/
include
/
linux
/
numa.h
blob
3aaa31603a861a98d44f0d2b7862c582c589d934
1
#ifndef _LINUX_NUMA_H
2
#define _LINUX_NUMA_H
3
4
5
#ifdef CONFIG_NODES_SHIFT
6
#define NODES_SHIFT CONFIG_NODES_SHIFT
7
#else
8
#define NODES_SHIFT 0
9
#endif
10
11
#define MAX_NUMNODES (1 << NODES_SHIFT)
12
13
#define NUMA_NO_NODE (-1)
14
15
#endif
/* _LINUX_NUMA_H */