patch-2.4.20 linux-2.4.20/arch/sparc64/kernel/chmc.c
Next file: linux-2.4.20/arch/sparc64/kernel/cpu.c
Previous file: linux-2.4.20/arch/sparc64/defconfig
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Thu Nov 28 15:53:12 2002
-  Orig file: 
linux-2.4.19/arch/sparc64/kernel/chmc.c
-  Orig date: 
Thu Apr 12 12:10:25 2001
diff -urN linux-2.4.19/arch/sparc64/kernel/chmc.c linux-2.4.20/arch/sparc64/kernel/chmc.c
@@ -420,7 +420,7 @@
 	int index;
 
 	/* This driver is only for cheetah platforms. */
-	if (tlb_type != cheetah)
+	if (tlb_type != cheetah && tlb_type != cheetah_plus)
 		return -ENODEV;
 
 	index = probe_for_string("memory-controller", 0);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)