projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
[IPV4]: Aggregate route entries with different TOS values
[linux-2.6]
/
include
/
asm-x86_64
/
numnodes.h
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