mirror of
https://github.com/torvalds/linux.git
synced 2024-12-15 07:33:56 +00:00
c931b4f655
Makes it consistent with VMALLOC_START Tested-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Andreas Fenkart <andreas.fenkart@streamunlimited.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
11 lines
234 B
C
11 lines
234 B
C
/*
|
|
* arch/arm/mach-ixp23xx/include/mach/vmalloc.h
|
|
*
|
|
* Copyright (c) 2005 MontaVista Software, Inc.
|
|
*
|
|
* NPU mappings end at 0xf0000000 and we allocate 64MB for board
|
|
* specific static I/O.
|
|
*/
|
|
|
|
#define VMALLOC_END (0xec000000UL)
|