#include <linux/kernel.h>
#include <linux/cpumask.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/types.h>
#include <linux/kthread.h>
#include <linux/freezer.h>
#include <linux/cpu.h>
#include <linux/clockchips.h>
#include <linux/slab.h>
#include <acpi/acpi_bus.h>
#include <acpi/acpi_drivers.h>
#include <asm/mwait.h>
Go to the source code of this file.
#define ACPI_PROCESSOR_AGGREGATOR_CLASS "acpi_pad" |
#define ACPI_PROCESSOR_AGGREGATOR_DEVICE_NAME "Processor Aggregator" |
#define ACPI_PROCESSOR_AGGREGATOR_NOTIFY 0x80 |
MODULE_AUTHOR |
( |
"Shaohua Li<shaohua.li@intel.com>" |
| ) |
|
MODULE_DESCRIPTION |
( |
"ACPI Processor Aggregator Driver" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
acpi |
, |
|
|
pad_device_ids |
|
|
) |
| |
module_exit |
( |
acpi_pad_exit |
| ) |
|
module_init |
( |
acpi_pad_init |
| ) |
|