|
@@ -30,18 +30,13 @@
|
|
#include <linux/slab.h>
|
|
#include <linux/slab.h>
|
|
#include <acpi/acpi_bus.h>
|
|
#include <acpi/acpi_bus.h>
|
|
#include <acpi/acpi_drivers.h>
|
|
#include <acpi/acpi_drivers.h>
|
|
|
|
+#include <asm/mwait.h>
|
|
|
|
|
|
#define ACPI_PROCESSOR_AGGREGATOR_CLASS "acpi_pad"
|
|
#define ACPI_PROCESSOR_AGGREGATOR_CLASS "acpi_pad"
|
|
#define ACPI_PROCESSOR_AGGREGATOR_DEVICE_NAME "Processor Aggregator"
|
|
#define ACPI_PROCESSOR_AGGREGATOR_DEVICE_NAME "Processor Aggregator"
|
|
#define ACPI_PROCESSOR_AGGREGATOR_NOTIFY 0x80
|
|
#define ACPI_PROCESSOR_AGGREGATOR_NOTIFY 0x80
|
|
static DEFINE_MUTEX(isolated_cpus_lock);
|
|
static DEFINE_MUTEX(isolated_cpus_lock);
|
|
|
|
|
|
-#define MWAIT_SUBSTATE_MASK (0xf)
|
|
|
|
-#define MWAIT_CSTATE_MASK (0xf)
|
|
|
|
-#define MWAIT_SUBSTATE_SIZE (4)
|
|
|
|
-#define CPUID_MWAIT_LEAF (5)
|
|
|
|
-#define CPUID5_ECX_EXTENSIONS_SUPPORTED (0x1)
|
|
|
|
-#define CPUID5_ECX_INTERRUPT_BREAK (0x2)
|
|
|
|
static unsigned long power_saving_mwait_eax;
|
|
static unsigned long power_saving_mwait_eax;
|
|
|
|
|
|
static unsigned char tsc_detected_unstable;
|
|
static unsigned char tsc_detected_unstable;
|