patch-2.4.19 linux-2.4.19/arch/sparc/mm/srmmu.c

Next file: linux-2.4.19/arch/sparc/mm/sun4c.c
Previous file: linux-2.4.19/arch/sparc/mm/iommu.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/arch/sparc/mm/srmmu.c linux-2.4.19/arch/sparc/mm/srmmu.c
@@ -394,7 +394,6 @@
 
 static pte_t *srmmu_pte_alloc_one(struct mm_struct *mm, unsigned long address)
 {
-	BUG();
 	return NULL;
 }
 
@@ -1733,7 +1732,7 @@
 static void __init poke_viking(void)
 {
 	unsigned long mreg = srmmu_get_mmureg();
-	static int smp_catch = 0;
+	static int smp_catch;
 
 	if(viking_mxcc_present) {
 		unsigned long mxcc_control = mxcc_get_creg();

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