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.
11 lines
226 B
11 lines
226 B
19 years ago
|
/*
|
||
|
* include/asm-arm/arch-ixp23xx/vmalloc.h
|
||
|
*
|
||
|
* Copyright (c) 2005 MontaVista Software, Inc.
|
||
|
*
|
||
|
* NPU mappings end at 0xf0000000 and we allocate 64MB for board
|
||
|
* specific static I/O.
|
||
|
*/
|
||
|
|
||
|
#define VMALLOC_END (0xec000000)
|