mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-12 09:05:16 +07:00
11 lines
226 B
C
11 lines
226 B
C
![]() |
/*
|
||
|
* 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)
|