|
@@ -676,6 +676,15 @@ static int acpi_processor_get_throttling_fadt(struct acpi_processor *pr)
|
|
if (!pr->flags.throttling)
|
|
if (!pr->flags.throttling)
|
|
return -ENODEV;
|
|
return -ENODEV;
|
|
|
|
|
|
|
|
+ /*
|
|
|
|
+ * We don't care about error returns - we just try to mark
|
|
|
|
+ * these reserved so that nobody else is confused into thinking
|
|
|
|
+ * that this region might be unused..
|
|
|
|
+ *
|
|
|
|
+ * (In particular, allocating the IO range for Cardbus)
|
|
|
|
+ */
|
|
|
|
+ request_region(pr->throttling.address, 6, "ACPI CPU throttle");
|
|
|
|
+
|
|
pr->throttling.state = 0;
|
|
pr->throttling.state = 0;
|
|
|
|
|
|
duty_mask = pr->throttling.state_count - 1;
|
|
duty_mask = pr->throttling.state_count - 1;
|