drm/rockchip: vop2: Fix the windows switch between different layers
[drm/drm-misc.git] / arch / mips / include / asm / mmzone.h
blob14226ea420361cb4f1edc705a91f26adc29ef934
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Written by Kanoj Sarcar (kanoj@sgi.com) Aug 99
4 * Rewritten for Linux 2.6 by Christoph Hellwig (hch@lst.de) Jan 2004
5 */
6 #ifndef _ASM_MMZONE_H_
7 #define _ASM_MMZONE_H_
9 #include <asm/page.h>
11 #ifdef CONFIG_NUMA
12 # include <mmzone.h>
13 #endif
15 #ifndef pa_to_nid
16 #define pa_to_nid(addr) 0
17 #endif
19 #ifndef nid_to_addrbase
20 #define nid_to_addrbase(nid) 0
21 #endif
23 extern void setup_zero_pages(void);
25 #endif /* _ASM_MMZONE_H_ */