2010-02-05 19:14:49 +08:00
|
|
|
#ifndef __ASM_MACH_VMALLOC_H
|
|
|
|
#define __ASM_MACH_VMALLOC_H
|
|
|
|
|
2010-04-28 16:36:57 +08:00
|
|
|
/* Vmalloc at ... - 0xe5ffffff */
|
2010-12-15 18:59:24 +08:00
|
|
|
#define VMALLOC_END 0xe6000000UL
|
2010-02-05 19:14:49 +08:00
|
|
|
|
|
|
|
#endif /* __ASM_MACH_VMALLOC_H */
|