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
arch
sparc
include
asm
mmzone.h
Go to the documentation of this file.
1
#ifndef _SPARC64_MMZONE_H
2
#define _SPARC64_MMZONE_H
3
4
#ifdef CONFIG_NEED_MULTIPLE_NODES
5
6
#include <
linux/cpumask.h
>
7
8
extern
struct
pglist_data
*
node_data
[];
9
10
#define NODE_DATA(nid) (node_data[nid])
11
12
extern
int
numa_cpu_lookup_table
[];
13
extern
cpumask_t
numa_cpumask_lookup_table
[];
14
15
#endif
/* CONFIG_NEED_MULTIPLE_NODES */
16
17
#endif
/* _SPARC64_MMZONE_H */
Generated on Thu Jan 10 2013 12:49:59 for Linux Kernel by
1.8.2