Commit af445d73 authored by William Lee Irwin III's avatar William Lee Irwin III Committed by Greg Kroah-Hartman

[PATCH] remove unused cr0 in cyrix.c

Remove cr0; the variable is unused.
parent 96f95ab8
...@@ -170,7 +170,6 @@ static void __init geode_configure(void) ...@@ -170,7 +170,6 @@ static void __init geode_configure(void)
{ {
unsigned long flags; unsigned long flags;
u8 ccr3, ccr4; u8 ccr3, ccr4;
unsigned long cr0;
local_irq_save(flags); local_irq_save(flags);
ccr3 = getCx86(CX86_CCR3); ccr3 = getCx86(CX86_CCR3);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment