ACPI: Use the ARB_DISABLE for the CPU which model id is less than 0x0f.
commit7aea74857b397f343696a468e569486cff76ff29
authorZhao Yakui <yakui.zhao@intel.com>
Fri, 11 Dec 2009 07:17:20 +0000 (11 15:17 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 18 Dec 2009 21:44:14 +0000 (18 13:44 -0800)
tree921f1dbd0b3bdf4835c8b37cc30ee9632780664c
parenta845dbd1d7be1e7cc7bfa2fbaa3fc73933411700
ACPI: Use the ARB_DISABLE for the CPU which model id is less than 0x0f.

commit 03a05ed1152944000151d57b71000de287a1eb02 upstream.

Currently, ARB_DISABLE is a NOP on all of the recent Intel platforms.
For such platforms, reduce contention on c3_lock by skipping the fake
ARB_DISABLE.

The cpu model id on one laptop is 14. If we disable ARB_DISABLE on this box,
the box can't be booted correctly. But if we still enable ARB_DISABLE on this
box, the box can be booted correctly.

So we still use the ARB_DISABLE for the cpu which mode id is less than 0x0f.

http://bugzilla.kernel.org/show_bug.cgi?id=14700

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Acked-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/x86/kernel/acpi/cstate.c