Re: [warnings] [4/8] remove unused cr0 in cyrix.c

Hiroshi Miura (miura@da-cha.org)
Fri, 6 Dec 2002 09:35:02 +0900 (JST)


> Remove cr0; the variable is unused. Hiroshi, this is yours to ack.
>
> ===== arch/i386/kernel/cpu/cyrix.c 1.6 vs edited =====
> --- 1.6/arch/i386/kernel/cpu/cyrix.c Thu Nov 14 18:02:21 2002
> +++ edited/arch/i386/kernel/cpu/cyrix.c Thu Dec 5 01:10:10 2002
> @@ -170,7 +170,6 @@
> {
> unsigned long flags;
> u8 ccr3, ccr4;
> - unsigned long cr0;
> local_irq_save(flags);
>
> ccr3 = getCx86(CX86_CCR3);

obviously this looks ok to me.

-- 
Hiroshi Miura  miura@da-cha.org
-
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/