[xtensa-cvscommit] linux/arch/xtensa/mm mmu.c,1.8,1.9
Brought to you by:
zankel
|
From: <joe...@us...> - 2003-03-11 21:14:22
|
Update of /cvsroot/xtensa/linux/arch/xtensa/mm
In directory sc8-pr-cvs1:/tmp/cvs-serv8955/arch/xtensa/mm
Modified Files:
mmu.c
Log Message:
Add the last DTLB way to the dump structure.
Index: mmu.c
===================================================================
RCS file: /cvsroot/xtensa/linux/arch/xtensa/mm/mmu.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** mmu.c 11 Mar 2003 19:16:56 -0000 1.8
--- mmu.c 11 Mar 2003 21:14:17 -0000 1.9
***************
*** 340,343 ****
--- 340,348 ----
XCHAL_DTLB_SET(XCHAL_DTLB_WAY8_SET, PAGESZ_LOG2_MIN),
XCHAL_DTLB_SET(XCHAL_DTLB_WAY8_SET, ARF)
+ },
+ { XCHAL_DTLB_SET(XCHAL_DTLB_WAY9_SET, ENTRIES),
+ XCHAL_DTLB_SET(XCHAL_DTLB_WAY9_SET, ENTRIES_LOG2),
+ XCHAL_DTLB_SET(XCHAL_DTLB_WAY9_SET, PAGESZ_LOG2_MIN),
+ XCHAL_DTLB_SET(XCHAL_DTLB_WAY9_SET, ARF)
}
};
|