]> Git Repo - linux.git/blob - arch/riscv/include/asm/mmzone.h
Merge remote-tracking branch 'spi/for-5.14' into spi-linus
[linux.git] / arch / riscv / include / asm / mmzone.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_MMZONE_H
3 #define __ASM_MMZONE_H
4
5 #ifdef CONFIG_NUMA
6
7 #include <asm/numa.h>
8
9 extern struct pglist_data *node_data[];
10 #define NODE_DATA(nid)          (node_data[(nid)])
11
12 #endif /* CONFIG_NUMA */
13 #endif /* __ASM_MMZONE_H */
This page took 0.032714 seconds and 4 git commands to generate.