Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 1 | /* |
2 | * arch/arm/mach-h720x/include/mach/vmalloc.h | ||||
3 | */ | ||||
4 | |||||
5 | #ifndef __ARCH_ARM_VMALLOC_H | ||||
6 | #define __ARCH_ARM_VMALLOC_H | ||||
7 | |||||
Anand Gadiyar | 963fec4 | 2010-11-17 10:08:49 +0100 | [diff] [blame^] | 8 | #define VMALLOC_END 0xd0000000UL |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 9 | |
10 | #endif |