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

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)