#include <linux/module.h>
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/fcntl.h>
#include <linux/init.h>
#include <linux/poll.h>
#include <linux/smp.h>
#include <linux/major.h>
#include <linux/fs.h>
#include <linux/device.h>
#include <linux/cpu.h>
#include <linux/notifier.h>
#include <linux/uaccess.h>
#include <linux/gfp.h>
#include <asm/processor.h>
#include <asm/msr.h>
Go to the source code of this file.
MODULE_AUTHOR |
( |
"H. Peter Anvin <hpa@zytor.com>" |
| ) |
|
MODULE_DESCRIPTION |
( |
"x86 generic CPUID driver" |
| ) |
|
module_exit |
( |
cpuid_exit |
| ) |
|
module_init |
( |
cpuid_init |
| ) |
|