| To: | "David VomLehn (dvomlehn)" <dvomlehn@cisco.com> |
|---|---|
| Subject: | RE: [PATCH] MIPS: Allocate exception vector on 64 KiB boundary |
| From: | Maxime Bizon <mbizon@freebox.fr> |
| Date: | Fri, 13 Feb 2009 20:49:47 +0100 |
| Cc: | linux-mips@linux-mips.org, ralf@linux-mips.org, David Daney <ddaney@caviumnetworks.com> |
| In-reply-to: | <FF038EB85946AA46B18DFEE6E6F8A2899E2896@xmb-rtp-218.amer.cisco.com> |
| Organization: | Freebox |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <FF038EB85946AA46B18DFEE6E6F8A28982392E@xmb-rtp-218.amer.cisco.com> <1234532640.711.63.camel@sakura.staff.proxad.net> <FF038EB85946AA46B18DFEE6E6F8A2899E2896@xmb-rtp-218.amer.cisco.com> |
| Reply-to: | mbizon@freebox.fr |
| Sender: | linux-mips-bounce@linux-mips.org |
On Fri, 2009-02-13 at 13:41 -0500, David VomLehn (dvomlehn) wrote:
> Can you confirm that the patch fixes your problem?
Your patch does not apply anymore, this patch has been merged since:
@@ -1593,7 +1597,7 @@ void __cpuinit set_uncached_handler(unsigned long offset,
void *addr,
unsigned long uncached_ebase = TO_UNCAC(ebase);
#endif
if (cpu_has_mips_r2)
- ebase += (read_c0_ebase() & 0x3ffff000);
+ uncached_ebase += (read_c0_ebase() & 0x3ffff000);
if (!addr)
panic(panic_null_cerr);
I just removed the whole test to fix my problem.
--
Maxime
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | RE: [PATCH] MIPS: Allocate exception vector on 64 KiB boundary, David VomLehn (dvomlehn) |
|---|---|
| Next by Date: | gcc-4.4 svn and 2.6.29-rc4 compile error, Andrew Randrianasulu |
| Previous by Thread: | RE: [PATCH] MIPS: Allocate exception vector on 64 KiB boundary, David VomLehn (dvomlehn) |
| Next by Thread: | [PATCH 2/2] TXx9: Add DMAC support, Atsushi Nemoto |
| Indexes: | [Date] [Thread] [Top] [All Lists] |