Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 39403865d2e4590802553370a56c9ab93131e4ee authored by Linus Torvalds on 13 May 2007, 01:45:56 UTC
Linux 2.6.22-rc1
Tip revision: 3940386
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