repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ARM: do not define VMALLOC_END relative to PAGE_OFFSET
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
arch
/
arm
/
mach-h720x
/
include
/
mach
/
vmalloc.h
blob
a45915b88756d4e8e786e653bba677c5e36488b0
1
/*
2
* arch/arm/mach-h720x/include/mach/vmalloc.h
3
*/
4
5
#ifndef __ARCH_ARM_VMALLOC_H
6
#define __ARCH_ARM_VMALLOC_H
7
8
#define VMALLOC_END 0xd0000000
9
10
#endif