]> nv-tegra.nvidia Code Review - linux-2.6.git/blob - arch/arm/mach-prima2/include/mach/vmalloc.h
Merge branch 'next/fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux...
[linux-2.6.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