diff options
Diffstat (limited to 'arch/arm/mach-iop13xx/include/mach/vmalloc.h')
-rw-r--r-- | arch/arm/mach-iop13xx/include/mach/vmalloc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-iop13xx/include/mach/vmalloc.h b/arch/arm/mach-iop13xx/include/mach/vmalloc.h new file mode 100644 index 00000000000..c5345674034 --- /dev/null +++ b/arch/arm/mach-iop13xx/include/mach/vmalloc.h @@ -0,0 +1,4 @@ +#ifndef _VMALLOC_H_ +#define _VMALLOC_H_ +#define VMALLOC_END 0xfa000000UL +#endif |