diff options
Diffstat (limited to 'arch/arm/mach-ixp23xx/include/mach/vmalloc.h')
-rw-r--r-- | arch/arm/mach-ixp23xx/include/mach/vmalloc.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-ixp23xx/include/mach/vmalloc.h b/arch/arm/mach-ixp23xx/include/mach/vmalloc.h new file mode 100644 index 000000000000..dd519f678d10 --- /dev/null +++ b/arch/arm/mach-ixp23xx/include/mach/vmalloc.h @@ -0,0 +1,10 @@ +/* + * arch/arm/mach-ixp23xx/include/mach/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) |