Merge branch 'btrfs-3.0' into for-linus
[pandora-kernel.git] / arch / arm / mach-prima2 / include / mach / vmalloc.h
1 /*
2  * arch/arm/ach-prima2/include/mach/vmalloc.h
3  *
4  * Copyright (c) 2010 – 2011 Cambridge Silicon Radio Limited, a CSR plc group company.
5  *
6  * Licensed under GPLv2 or later.
7  */
8
9 #ifndef __MACH_VMALLOC_H
10 #define __MACH_VMALLOC_H
11
12 #include <linux/const.h>
13
14 #define VMALLOC_END    _AC(0xFEC00000, UL)
15
16 #endif