diff options
Diffstat (limited to 'arch/arm/mach-cns3xxx/include/mach/vmalloc.h')
-rw-r--r-- | arch/arm/mach-cns3xxx/include/mach/vmalloc.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/mach-cns3xxx/include/mach/vmalloc.h b/arch/arm/mach-cns3xxx/include/mach/vmalloc.h new file mode 100644 index 00000000000..4d381ec0527 --- /dev/null +++ b/arch/arm/mach-cns3xxx/include/mach/vmalloc.h | |||
@@ -0,0 +1,11 @@ | |||
1 | /* | ||
2 | * Copyright 2000 Russell King. | ||
3 | * Copyright 2003 ARM Limited | ||
4 | * Copyright 2008 Cavium Networks | ||
5 | * | ||
6 | * This file is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License, Version 2, as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | ||
10 | |||
11 | #define VMALLOC_END 0xd8000000 | ||