Commit e370bc22 authored by Magnus Damm's avatar Magnus Damm Committed by Paul Mundt
Browse files

ARM: mach-shmobile: Update VMALLOC_END



Extend VMALLOC_END to the I/O Window at 0xe6000000.

Signed-off-by: default avatarMagnus Damm <damm@opensource.se>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 28f0721a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
#ifndef __ASM_MACH_VMALLOC_H
#define __ASM_MACH_VMALLOC_H

#define VMALLOC_END       (PAGE_OFFSET + 0x24000000)
/* Vmalloc at ... - 0xe5ffffff */
#define VMALLOC_END 0xe6000000

#endif /* __ASM_MACH_VMALLOC_H */