Merge remote-tracking branch 's5p/for-next'
[linux-2.6/next.git] / arch / arm / mach-prima2 / include / mach / vmalloc.h
blobc9f90fec78e3c26975f4f31aabb6c30bcacefc35
1 /*
2 * arch/arm/ach-prima2/include/mach/vmalloc.h
4 * Copyright (c) 2010 – 2011 Cambridge Silicon Radio Limited, a CSR plc group company.
6 * Licensed under GPLv2 or later.
7 */
9 #ifndef __MACH_VMALLOC_H
10 #define __MACH_VMALLOC_H
12 #include <linux/const.h>
14 #define VMALLOC_END _AC(0xFEC00000, UL)
16 #endif