]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - arch/arm64/include/asm/mmzone.h
Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'asoc/topic...
[mirror_ubuntu-focal-kernel.git] / arch / arm64 / include / asm / mmzone.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1a2db300
GK
2#ifndef __ASM_MMZONE_H
3#define __ASM_MMZONE_H
4
5#ifdef CONFIG_NUMA
6
7#include <asm/numa.h>
8
9extern struct pglist_data *node_data[];
10#define NODE_DATA(nid) (node_data[(nid)])
11
12#endif /* CONFIG_NUMA */
13#endif /* __ASM_MMZONE_H */