Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 5dd34572ad9a3be430632dd42e4af2ea370b397b authored by Linus Torvalds on 12 June 2008, 21:22:24 UTC
Linux 2.6.26-rc6
Tip revision: 5dd3457
vmalloc.h
/*
 * linux/include/asm-arm/arch-h720x/vmalloc.h
 */

#ifndef __ARCH_ARM_VMALLOC_H
#define __ARCH_ARM_VMALLOC_H

#define VMALLOC_END       (PAGE_OFFSET + 0x10000000)

#endif
back to top