Messages in this thread Patch in this message |  | | | Date | Thu, 28 Nov 2002 17:14:23 -0500 | | From | Christoph Hellwig <> | | Subject | [PATCH] remove unused variable in arch/i386/kernel/cpu/cyrix.c |
| |
--- 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/
|  |