| To: | undisclosed-recipients:; |
|---|---|
| Subject: | [PATCH] IP22: Fix modules for 64bit kernels by using a CKSEG2 MAP_BASE |
| From: | Thomas Bogendoerfer <tsbogend@alpha.franken.de> |
| Date: | Fri, 23 Nov 2007 20:41:55 +0100 |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> --- include/asm-mips/mach-ip22/spaces.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/asm-mips/mach-ip22/spaces.h b/include/asm-mips/mach-ip22/spaces.h index 7f9fa6f..8264d0a 100644 --- a/include/asm-mips/mach-ip22/spaces.h +++ b/include/asm-mips/mach-ip22/spaces.h @@ -18,7 +18,7 @@ #define CAC_BASE 0xffffffff80000000 #define IO_BASE 0xffffffffa0000000 #define UNCAC_BASE 0xffffffffa0000000 -#define MAP_BASE 0xc000000000000000 +#define MAP_BASE 0xffffffffc0000000 #endif /* CONFIG_64BIT */ -- 1.4.4.4 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] IP22: Fix broken eeprom access by using __raw_readl/__raw_writel, Thomas Bogendoerfer |
|---|---|
| Next by Date: | [PATCH] [MIPS]: Compliment va_start() with va_end()., Richard Knutsson |
| Previous by Thread: | [PATCH] IP22: Fix broken eeprom access by using __raw_readl/__raw_writel, Thomas Bogendoerfer |
| Next by Thread: | Re: [PATCH] IP22: Fix modules for 64bit kernels by using a CKSEG2 MAP_BASE, Thomas Bogendoerfer |
| Indexes: | [Date] [Thread] [Top] [All Lists] |