]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: move select_idle_routine() call after detect_ht()
authorHiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Wed, 30 Jan 2008 12:33:18 +0000 (13:33 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:33:18 +0000 (13:33 +0100)
commit74ff305b05b0974b30022a48145075e6d9a7fb2b
tree44eee8f01be71f480cc6383f30cd217a6fdb34e6
parent27415a4fe369e07a1393ae52c8ed8e48aabed5a9
x86: move select_idle_routine() call after detect_ht()

Move the select_idle_routine() call to after the detect_ht() call at
identify_cpu() on 64-bit.

This change is for printing the polling idle and HT enabled warning
message properly.

Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/setup_64.c