blob: 40ba78e5782bb7b236647d53a80722b36c20972c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
/*
* arch/arm/mach-footbridge/include/mach/vmalloc.h
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#define VMALLOC_END 0xf0000000UL
|