]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] remove unused cr0 in cyrix.c
authorWilliam Lee Irwin III <wli@holomorphy.com>
Thu, 5 Dec 2002 01:25:08 +0000 (17:25 -0800)
committerGreg Kroah-Hartman <greg@kroah.com>
Thu, 5 Dec 2002 01:25:08 +0000 (17:25 -0800)
Remove cr0; the variable is unused.

arch/i386/kernel/cpu/cyrix.c

index 9709711c568958a382a5a9ded15478f4f1713120..e3caec9dcc7d4333f2e1378113eaf6ebaac7e546 100644 (file)
@@ -170,7 +170,6 @@ static void __init geode_configure(void)
 {
        unsigned long flags;
        u8 ccr3, ccr4;
-       unsigned long cr0;
        local_irq_save(flags);
        
        ccr3 = getCx86(CX86_CCR3);