commit | 0468b4bb125542e75e39f08ebaa74a7daf845631 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Sat Nov 10 20:39:06 2007 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Jan 28 13:18:44 2008 +0900 |
tree | 1fb923512405b0d7857ceb35a8a161e631343822 | |
parent | 959f7d587e236a2d218f527771f156c336409d11 [diff] |
sh: Fix up VMALLOC_START for SH-5. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/include/asm-sh/pgtable.h b/include/asm-sh/pgtable.h index 6ab3ba8..b0bb76a 100644 --- a/include/asm-sh/pgtable.h +++ b/include/asm-sh/pgtable.h
@@ -71,7 +71,11 @@ #define PTE_PHYS_MASK (0x20000000 - PAGE_SIZE) +#ifdef CONFIG_SUPERH32 #define VMALLOC_START (P3SEG) +#else +#define VMALLOC_START (0xf0000000) +#endif #define VMALLOC_END (FIXADDR_START-2*PAGE_SIZE) /*