|
@@ -43,16 +43,10 @@
|
|
|
|
|
|
#define PREFIX "ACPI: "
|
|
#define PREFIX "ACPI: "
|
|
|
|
|
|
-#define ACPI_PROCESSOR_FILE_INFO "info"
|
|
|
|
-#define ACPI_PROCESSOR_FILE_THROTTLING "throttling"
|
|
|
|
-#define ACPI_PROCESSOR_FILE_LIMIT "limit"
|
|
|
|
#define ACPI_PROCESSOR_NOTIFY_PERFORMANCE 0x80
|
|
#define ACPI_PROCESSOR_NOTIFY_PERFORMANCE 0x80
|
|
#define ACPI_PROCESSOR_NOTIFY_POWER 0x81
|
|
#define ACPI_PROCESSOR_NOTIFY_POWER 0x81
|
|
#define ACPI_PROCESSOR_NOTIFY_THROTTLING 0x82
|
|
#define ACPI_PROCESSOR_NOTIFY_THROTTLING 0x82
|
|
|
|
|
|
-#define ACPI_PROCESSOR_LIMIT_USER 0
|
|
|
|
-#define ACPI_PROCESSOR_LIMIT_THERMAL 1
|
|
|
|
-
|
|
|
|
#define _COMPONENT ACPI_PROCESSOR_COMPONENT
|
|
#define _COMPONENT ACPI_PROCESSOR_COMPONENT
|
|
ACPI_MODULE_NAME("processor_driver");
|
|
ACPI_MODULE_NAME("processor_driver");
|
|
|
|
|