commit | 30d432dfab2bcfd021d352e2058fae6b9405caeb | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Wed Jan 30 13:33:16 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:33:16 2008 +0100 |
tree | dd9e8203b13d4227c175d752487c006ec8e969c3 | |
parent | f6e8e28410c017adb273983057023a17a8791ad3 [diff] |
x86: move MWAIT idle check to generic CPU initialization on 32-bit Previously it was only run for Intel CPUs, but AMD Fam10h implements MWAIT too. This matches 64bit behaviour. Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>