patch-2.4.0-test5 linux/include/asm-sh/mmu_context.h

Next file: linux/include/asm-sh/serial.h
Previous file: linux/include/asm-sh/hardirq.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test4/linux/include/asm-sh/mmu_context.h linux/include/asm-sh/mmu_context.h
@@ -112,6 +112,16 @@
 
 #define MMU_NTLB_ENTRIES	64	/* for 7750 */
 #define MMU_CONTROL_INIT	0x205	/* SQMD=1, SV=0, TI=1, AT=1 */
+
+#define MMU_ITLB_DATA_ARRAY	0xF3000000
+#define MMU_UTLB_DATA_ARRAY	0xF7000000
+
+#define MMU_UTLB_ENTRIES	   64
+#define MMU_U_ENTRY_SHIFT	    8
+#define MMU_UTLB_VALID		0x100
+#define MMU_ITLB_ENTRIES	    4
+#define MMU_I_ENTRY_SHIFT	    8
+#define MMU_ITLB_VALID		0x100
 #endif
 
 extern __inline__ void set_asid(unsigned long asid)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)