4baa992243
Move platform independent header files to arch/arm/include/asm, leaving those in asm/arch* and asm/plat* alone. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
10 lines
190 B
C
10 lines
190 B
C
#ifndef ASMARM_SPARSEMEM_H
|
|
#define ASMARM_SPARSEMEM_H
|
|
|
|
#include <asm/memory.h>
|
|
|
|
#define MAX_PHYSADDR_BITS 32
|
|
#define MAX_PHYSMEM_BITS 32
|
|
#define SECTION_SIZE_BITS NODE_MEM_SIZE_BITS
|
|
|
|
#endif
|