* [PATCH] IP22: Fix modules for 64bit kernels by using a CKSEG2 MAP_BASE
@ 2007-11-23 19:41 Thomas Bogendoerfer
2007-11-23 19:41 ` Thomas Bogendoerfer
2007-11-25 10:03 ` Thomas Bogendoerfer
0 siblings, 2 replies; 4+ messages in thread
From: Thomas Bogendoerfer @ 2007-11-23 19:41 UTC (permalink / raw)
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH] IP22: Fix modules for 64bit kernels by using a CKSEG2 MAP_BASE
2007-11-23 19:41 [PATCH] IP22: Fix modules for 64bit kernels by using a CKSEG2 MAP_BASE Thomas Bogendoerfer
@ 2007-11-23 19:41 ` Thomas Bogendoerfer
2007-11-25 10:03 ` Thomas Bogendoerfer
1 sibling, 0 replies; 4+ messages in thread
From: Thomas Bogendoerfer @ 2007-11-23 19:41 UTC (permalink / raw)
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] IP22: Fix modules for 64bit kernels by using a CKSEG2 MAP_BASE
2007-11-23 19:41 [PATCH] IP22: Fix modules for 64bit kernels by using a CKSEG2 MAP_BASE Thomas Bogendoerfer
2007-11-23 19:41 ` Thomas Bogendoerfer
@ 2007-11-25 10:03 ` Thomas Bogendoerfer
2007-11-26 16:56 ` Ralf Baechle
1 sibling, 1 reply; 4+ messages in thread
From: Thomas Bogendoerfer @ 2007-11-25 10:03 UTC (permalink / raw)
To: linux-mips; +Cc: ralf
On Fri, Nov 23, 2007 at 08:41:55PM +0100, Thomas Bogendoerfer wrote:
>
> 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 */
please drop this bogus patch, it causes vmalloc allocations fails. The bug
it tries to fix isn't even there.
Thomas.
--
Crap can work. Given enough thrust pigs will fly, but it's not necessary a
good idea. [ RFC1925, 2.3 ]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-11-26 16:57 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-23 19:41 [PATCH] IP22: Fix modules for 64bit kernels by using a CKSEG2 MAP_BASE Thomas Bogendoerfer
2007-11-23 19:41 ` Thomas Bogendoerfer
2007-11-25 10:03 ` Thomas Bogendoerfer
2007-11-26 16:56 ` Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox