You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
352 B
12 lines
352 B
/*
|
|
*
|
|
* 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 0xfe800000UL
|
|
|