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
x86
include
asm
mmzone_64.h
Go to the documentation of this file.
1
/* K8 NUMA support */
2
/* Copyright 2002,2003 by Andi Kleen, SuSE Labs */
3
/* 2.5 Version loosely based on the NUMAQ Code by Pat Gaughen. */
4
#ifndef _ASM_X86_MMZONE_64_H
5
#define _ASM_X86_MMZONE_64_H
6
7
#ifdef CONFIG_NUMA
8
9
#include <
linux/mmdebug.h
>
10
#include <asm/smp.h>
11
12
extern
struct
pglist_data
*
node_data
[];
13
14
#define NODE_DATA(nid) (node_data[nid])
15
16
#endif
17
#endif
/* _ASM_X86_MMZONE_64_H */
Generated on Thu Jan 10 2013 13:20:05 for Linux Kernel by
1.8.2