]> Git Repo - linux.git/blob - arch/loongarch/include/asm/mmzone.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[linux.git] / arch / loongarch / include / asm / mmzone.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Author: Huacai Chen ([email protected])
4  * Copyright (C) 2020-2022 Loongson Technology Corporation Limited
5  */
6 #ifndef _ASM_MMZONE_H_
7 #define _ASM_MMZONE_H_
8
9 #include <asm/page.h>
10 #include <asm/numa.h>
11
12 extern struct pglist_data *node_data[];
13
14 #define NODE_DATA(nid)  (node_data[(nid)])
15
16 extern void setup_zero_pages(void);
17
18 #endif /* _ASM_MMZONE_H_ */
This page took 0.029255 seconds and 4 git commands to generate.