mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-04 17:44:14 +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>
6 lines
94 B
C
6 lines
94 B
C
/*
|
|
* linux/include/asm-arm/arch-ixp4xx/vmalloc.h
|
|
*/
|
|
#define VMALLOC_END (0xFF000000)
|
|
|