From: Daniel Lezcano Date: Thu, 25 Oct 2012 16:13:11 +0000 (+0200) Subject: x86: Remove dead hlt_use_halt code X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~70^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d0e42cc66f4e7e0bf08b29da1ae6ebd60549c4e;p=pandora-kernel.git x86: Remove dead hlt_use_halt code The hlt_use_halt function returns always true and there is only one definition of it. The default_idle function can then get ride of the if ... statement and we can remove the else branch. Signed-off-by: Daniel Lezcano Cc: linaro-dev@lists.linaro.org Cc: patches@linaro.org Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Link: http://lkml.kernel.org/r/1351181591-8710-1-git-send-email-daniel.lezcano@linaro.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed