]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit5c84b130b23205eac4c55c805b8a077d2508963a
tree99a587f48138d47c3a46a91549358cc147fef96b
parentb7028f9477104564c48715447cdb92b29377c527
[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