| To: | linux-cvs-patches@linux-mips.org |
|---|---|
| Subject: | CVS Update@linux-mips.org: linux |
| From: | ths@linux-mips.org |
| Date: | Mon, 10 Jan 2005 16:23:21 +0000 |
| Reply-to: | linux-mips@linux-mips.org |
| Sender: | linux-cvs-patches-bounce@linux-mips.org |
CVSROOT: /home/cvs
Module name: linux
Changes by: ths@ftp.linux-mips.org 05/01/10 16:23:15
Modified files:
arch/mips/mm : tlbex.c
Log message:
Fix for 64bit CPU with 64bit physaddr.
diff -urN linux/arch/mips/mm/tlbex.c linux/arch/mips/mm/tlbex.c
--- linux/arch/mips/mm/tlbex.c 2005/01/08 15:03:53 1.14
+++ linux/arch/mips/mm/tlbex.c 2005/01/10 16:23:15 1.15
@@ -1324,8 +1324,9 @@
/* no i_nop needed */
i_lw(p, pte, 0, ptr);
} else
-# else
i_nop(p);
+# else
+ i_nop(p);
# endif
#else
# ifdef CONFIG_64BIT_PHYS_ADDR
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | CVS Update@linux-mips.org: linux, ppopov |
|---|---|
| Next by Date: | CVS Update@linux-mips.org: linux, ths |
| Previous by Thread: | CVS Update@linux-mips.org: linux, ppopov |
| Next by Thread: | CVS Update@linux-mips.org: linux, ths |
| Indexes: | [Date] [Thread] [Top] [All Lists] |