repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH] ipmi iomem annotations and fixes
[linux-2.6/mini2440.git]
/
include
/
asm-x86_64
/
numnodes.h
blob
32be16b8ae9615da980b156e3ad00dd4ca992f96
1
#ifndef _ASM_X8664_NUMNODES_H
2
#define _ASM_X8664_NUMNODES_H 1
3
4
#include <linux/config.h>
5
6
#ifdef CONFIG_NUMA
7
#define NODES_SHIFT 6
8
#else
9
#define NODES_SHIFT 0
10
#endif
11
12
#endif