[PATCH] remove unused variable in arch/i386/kernel/cpu/cyrix.c

Christoph Hellwig (hch@sgi.com)
Thu, 28 Nov 2002 17:14:23 -0500


--- 1.6/arch/i386/kernel/cpu/cyrix.c Fri Nov 15 03:02:21 2002
+++ edited/arch/i386/kernel/cpu/cyrix.c Thu Nov 28 14:22:16 2002
@@ -170,7 +170,7 @@
{
unsigned long flags;
u8 ccr3, ccr4;
- unsigned long cr0;
+
local_irq_save(flags);

ccr3 = getCx86(CX86_CCR3);
-
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/