#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/cpufreq.h>
#include <linux/ioport.h>
#include <linux/timex.h>
#include <linux/io.h>
#include <asm/cpu_device_id.h>
#include <asm/msr.h>
Go to the source code of this file.
#define PFX "powernow-k6: " |
MODULE_AUTHOR |
( |
"Arjan van de |
Ven, |
|
|
Dave Jones< davej @redhat.com > |
, |
|
|
""Dominik Brodowski< linux @brodo.de >" |
|
|
) |
| |
MODULE_DESCRIPTION |
( |
"PowerNow! driver for AMD K6-2+ / K6-3+ processors." |
| ) |
|
MODULE_DEVICE_TABLE |
( |
x86cpu |
, |
|
|
powernow_k6_ids |
|
|
) |
| |
module_exit |
( |
powernow_k6_exit |
| ) |
|
module_init |
( |
powernow_k6_init |
| ) |
|