char: rocket.c: fix sparse variable shadowing and int as NULL pointer
[linux-2.6/linux-loongson.git] / include / asm-arm / sparsemem.h
blob277158191a0d2c0a5a0fc3858d6ba54a7d8539c5
1 #ifndef ASMARM_SPARSEMEM_H
2 #define ASMARM_SPARSEMEM_H
4 #include <asm/memory.h>
6 #define MAX_PHYSADDR_BITS 32
7 #define MAX_PHYSMEM_BITS 32
8 #define SECTION_SIZE_BITS NODE_MEM_SIZE_BITS
10 #endif