blob: 0ffbb7c85e59e738ce5d1966788ae72f52252ffe (
plain)
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 0xf0000000
|