12 lines
358 B
C
12 lines
358 B
C
/*
|
|
* arch/arm/mach-pxa/include/mach/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 (0xe8000000UL)
|