MIPS: Add LDX and LWX instructions to uasm.
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / mips / include / asm / sparsemem.h
blob7165333ad043b4ac22fa3304cb711f4e371e1cf0
1 #ifndef _MIPS_SPARSEMEM_H
2 #define _MIPS_SPARSEMEM_H
3 #ifdef CONFIG_SPARSEMEM
5 /*
6 * SECTION_SIZE_BITS 2^N: how big each section will be
7 * MAX_PHYSMEM_BITS 2^N: how much memory we can have in that space
8 */
9 #define SECTION_SIZE_BITS 28
10 #define MAX_PHYSMEM_BITS 35
12 #endif /* CONFIG_SPARSEMEM */
13 #endif /* _MIPS_SPARSEMEM_H */