mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-18 10:13:57 +08:00
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>
5 lines
104 B
C
5 lines
104 B
C
/*
|
|
* linux/include/asm-arm/arch-rpc/vmalloc.h
|
|
*/
|
|
#define VMALLOC_END (PAGE_OFFSET + 0x10000000)
|