[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)
commit0b5c59a1e41636afa77b90d34e8c394d8d929733
tree99a587f48138d47c3a46a91549358cc147fef96b
parent7d3aee9a9686ffc235c343dcab85c3ebea78908a
[PATCH] Fix compilation of processor_idle.c on IA64

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>
drivers/acpi/processor_idle.c