USB: Obscure Maxon BP3-USB Device Support 16d8:6280 for option driver
[linux-2.6/s3c2410-cpufreq.git] / include / asm-mips / mmzone.h
blobf53ec54c92ffa17ee35ebd5514d25676904601fd
1 /*
2 * Written by Kanoj Sarcar (kanoj@sgi.com) Aug 99
3 * Rewritten for Linux 2.6 by Christoph Hellwig (hch@lst.de) Jan 2004
4 */
5 #ifndef _ASM_MMZONE_H_
6 #define _ASM_MMZONE_H_
8 #include <asm/page.h>
9 #include <mmzone.h>
11 #ifdef CONFIG_DISCONTIGMEM
13 #define pfn_to_nid(pfn) pa_to_nid((pfn) << PAGE_SHIFT)
15 #endif /* CONFIG_DISCONTIGMEM */
17 #endif /* _ASM_MMZONE_H_ */