This is fixing missing ; after branch label at two places.
diff -urN linux-2.5.21/arch/i386/kernel/apm.c linux/arch/i386/kernel/apm.c
--- linux-2.5.21/arch/i386/kernel/apm.c 2002-06-09 07:26:54.000000000 +0200
+++ linux/arch/i386/kernel/apm.c 2002-06-09 20:41:41.000000000 +0200
@@ -848,6 +848,7 @@
case 1: apm_idle_done = 1;
break;
default: /* BIOS refused */
+ ;
}
}
if (original_pm_idle)
diff -urN linux-2.5.21/arch/i386/kernel/smpboot.c linux/arch/i386/kernel/smpboot.c
--- linux-2.5.21/arch/i386/kernel/smpboot.c 2002-06-09 07:29:52.000000000 +0200
+++ linux/arch/i386/kernel/smpboot.c 2002-06-09 20:42:46.000000000 +0200
@@ -189,10 +189,10 @@
/* If we get here, it's not a certified SMP capable AMD system. */
printk (KERN_INFO "WARNING: This combination of AMD processors is not suitable for SMP.\n");
tainted |= TAINT_UNSAFE_SMP;
-
}
-valid_k7:
+valid_k7:
+ ;
}
/*
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Sat Jun 15 2002 - 22:00:16 EST