blob: 5bb450c7aa2cefdc9bb1eba5b3d0e4a529d18a86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/*
* linux/include/asm-arm/arch-pxa/vmalloc.h
*
* Author: Nicolas Pitre
* Copyright: (C) 2001 MontaVista Software Inc.
*
* 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 (0xe8000000)
|