![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 /* 0003 * Written by Kanoj Sarcar (kanoj@sgi.com) Aug 99 0004 * Rewritten for Linux 2.6 by Christoph Hellwig (hch@lst.de) Jan 2004 0005 */ 0006 #ifndef _ASM_MMZONE_H_ 0007 #define _ASM_MMZONE_H_ 0008 0009 #include <asm/page.h> 0010 0011 #ifdef CONFIG_NUMA 0012 # include <mmzone.h> 0013 #endif 0014 0015 #ifndef pa_to_nid 0016 #define pa_to_nid(addr) 0 0017 #endif 0018 0019 #ifndef nid_to_addrbase 0020 #define nid_to_addrbase(nid) 0 0021 #endif 0022 0023 #endif /* _ASM_MMZONE_H_ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |