]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/x86/include/asm/mmzone_64.h
UBUNTU: Ubuntu-4.13.0-45.50
[mirror_ubuntu-artful-kernel.git] / arch / x86 / include / asm / mmzone_64.h
CommitLineData
1da177e4
LT
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. */
1965aae3
PA
4#ifndef _ASM_X86_MMZONE_64_H
5#define _ASM_X86_MMZONE_64_H
1da177e4 6
2b97690f 7#ifdef CONFIG_NUMA
1da177e4 8
59ea7463 9#include <linux/mmdebug.h>
1da177e4
LT
10#include <asm/smp.h>
11
1da177e4
LT
12extern struct pglist_data *node_data[];
13
1da177e4
LT
14#define NODE_DATA(nid) (node_data[nid])
15
2b97690f 16#endif
1965aae3 17#endif /* _ASM_X86_MMZONE_64_H */