mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
Merge branch 'bugzilla-14700' into release
This commit is contained in:
commit
0ceafc33af
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ void acpi_processor_power_init_bm_check(struct acpi_processor_flags *flags,
|
||||||
* P4, Core and beyond CPUs
|
* P4, Core and beyond CPUs
|
||||||
*/
|
*/
|
||||||
if (c->x86_vendor == X86_VENDOR_INTEL &&
|
if (c->x86_vendor == X86_VENDOR_INTEL &&
|
||||||
(c->x86 > 0xf || (c->x86 == 6 && c->x86_model >= 14)))
|
(c->x86 > 0xf || (c->x86 == 6 && c->x86_model >= 0x0f)))
|
||||||
flags->bm_control = 0;
|
flags->bm_control = 0;
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL(acpi_processor_power_init_bm_check);
|
EXPORT_SYMBOL(acpi_processor_power_init_bm_check);
|
||||||
|
|
Loading…
Reference in a new issue