Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
linux
numa.h
Go to the documentation of this file.
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 */
Generated on Thu Jan 10 2013 13:06:15 for Linux Kernel by
1.8.2