[PATCH] Fix compilation of processor_idle.c on IA64
authorAndi Kleen <ak@suse.de>
Sun, 26 Mar 2006 01:24:07 +0000 (02:24 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 26 Mar 2006 04:19:29 +0000 (20:19 -0800)
Broken earlier by me by a x86-64 patch.

The code was optimized away, but the compiler still complained about an
undeclared function.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found