mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-25 16:33:36 +00:00
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
93 B
C
5 lines
93 B
C
/*
|
|
* linux/include/asm-arm/arch-sa1100/vmalloc.h
|
|
*/
|
|
#define VMALLOC_END (0xe8000000)
|