home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / include / asm-arm / arch-ixp23xx / vmalloc.h < prev   
Encoding:
C/C++ Source or Header  |  2006-08-11  |  226 b   |  11 lines

  1. /*
  2.  * include/asm-arm/arch-ixp23xx/vmalloc.h
  3.  *
  4.  * Copyright (c) 2005 MontaVista Software, Inc.
  5.  *
  6.  * NPU mappings end at 0xf0000000 and we allocate 64MB for board
  7.  * specific static I/O.
  8.  */
  9.  
  10. #define VMALLOC_END    (0xec000000)
  11.