diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-03 22:37:06 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-03 22:37:06 +0100 |
commit | 941f81c16ec7497ecce6f1f611277d67e89bdfe1 (patch) | |
tree | 4543aa365058fc52f051ea4881e1dc231f39774c /arch/arm/mach-cns3xxx/include/mach/vmalloc.h | |
parent | e220ba60223a9d63e70217e5b112160df8c21cea (diff) | |
parent | 478ea14466fb524b4cd90cdf0b8845f8c5ee6015 (diff) | |
download | kernel_goldelico_gta04-941f81c16ec7497ecce6f1f611277d67e89bdfe1.zip kernel_goldelico_gta04-941f81c16ec7497ecce6f1f611277d67e89bdfe1.tar.gz kernel_goldelico_gta04-941f81c16ec7497ecce6f1f611277d67e89bdfe1.tar.bz2 |
Merge branch 'master' of git://git.infradead.org/users/cbou/linux-cns3xxx into devel-stable
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 0000000..4d381ec --- /dev/null +++ b/arch/arm/mach-cns3xxx/include/mach/vmalloc.h @@ -0,0 +1,11 @@ +/* + * Copyright 2000 Russell King. + * Copyright 2003 ARM Limited + * Copyright 2008 Cavium Networks + * + * This file is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License, Version 2, as + * published by the Free Software Foundation. + */ + +#define VMALLOC_END 0xd8000000 |