| To: | Pete Popov <ppopov@embeddedalley.com> |
|---|---|
| Subject: | Re: PATCH |
| From: | "Maciej W. Rozycki" <macro@linux-mips.org> |
| Date: | Mon, 11 Oct 2004 01:32:06 +0100 (BST) |
| Cc: | Ralf Baechle <ralf@linux-mips.org>, "linux-mips@linux-mips.org" <linux-mips@linux-mips.org> |
| In-reply-to: | <1097452888.4627.25.camel@localhost.localdomain> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1097452888.4627.25.camel@localhost.localdomain> |
| Sender: | linux-mips-bounce@linux-mips.org |
On Mon, 10 Oct 2004, Pete Popov wrote: > diff -u -r1.13 addrspace.h > --- include/asm-mips/addrspace.h 30 Nov 2003 01:52:25 -0000 1.13 > +++ include/asm-mips/addrspace.h 19 Sep 2004 22:51:28 -0000 > @@ -80,7 +80,11 @@ > #define XKSSEG 0x4000000000000000 > #define XKPHYS 0x8000000000000000 > #define XKSEG 0xc000000000000000 > +#if defined(CONFIG_64BIT_PHYS_ADDR) && defined(CONFIG_CPU_MIPS32) > +#define CKSEG0 0x80000000 > +#else > #define CKSEG0 0xffffffff80000000 > +#endif > #define CKSEG1 0xffffffffa0000000 > #define CKSSEG 0xffffffffc0000000 > #define CKSEG3 0xffffffffe0000000 This looks suspicious, please explain. Maciej |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
|
| ||