13 lines
350 B
C
13 lines
350 B
C
|
/*
|
||
|
*
|
||
|
* arch/arm/mach-u300/include/mach/vmalloc.h
|
||
|
*
|
||
|
*
|
||
|
* Copyright (C) 2006-2009 ST-Ericsson AB
|
||
|
* License terms: GNU General Public License (GPL) version 2
|
||
|
* Virtual memory allocations
|
||
|
* End must be above the I/O registers and on an even 2MiB boundary.
|
||
|
* Author: Linus Walleij <linus.walleij@stericsson.com>
|
||
|
*/
|
||
|
#define VMALLOC_END 0xfe800000
|