]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - arch/arm64/include/asm/mmzone.h
Merge branch 'drm-vmwgfx-fixes-4_10' of git://people.freedesktop.org/~syeh/repos_linu...
[mirror_ubuntu-zesty-kernel.git] / arch / arm64 / include / asm / mmzone.h
CommitLineData
1a2db300
GK
1#ifndef __ASM_MMZONE_H
2#define __ASM_MMZONE_H
3
4#ifdef CONFIG_NUMA
5
6#include <asm/numa.h>
7
8extern struct pglist_data *node_data[];
9#define NODE_DATA(nid) (node_data[(nid)])
10
11#endif /* CONFIG_NUMA */
12#endif /* __ASM_MMZONE_H */