5c3073e691
VMALLOC_START and VMALLOC_OFFSET are common between all ARM machine classes. Move them into include/asm-arm/pgtable.h, but allow a machine class to override them if required. Signed-off-by: Russell King <rmk@arm.linux.org.uk>
4 lines
106 B
C
4 lines
106 B
C
/*
|
|
* linux/include/asm-arm/arch-l7200/vmalloc.h
|
|
*/
|
|
#define VMALLOC_END (PAGE_OFFSET + 0x10000000)
|