Update of /cvsroot/linux-mips/linux/arch/mips64/mm
In directory usw-pr-cvs1:/tmp/cvs-serv31813
Modified Files:
tlb-sb1.c
Log Message:
Reformat.
Index: tlb-sb1.c
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips64/mm/tlb-sb1.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tlb-sb1.c 28 Jan 2002 20:31:57 -0000 1.1
+++ tlb-sb1.c 19 Feb 2002 17:29:13 -0000 1.2
@@ -274,7 +274,7 @@
set_entrylo0(pte_val(*ptep++) >> 6);
set_entrylo1(pte_val(*ptep) >> 6);
set_entryhi(address | (pid));
- if(idx < 0) {
+ if (idx < 0) {
tlb_write_random();
} else {
tlb_write_indexed();
|