Linux Kernel
3.7.1
|
#include <linux/interrupt.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/init.h>
#include <linux/smp.h>
#include <asm/processor.h>
#include <asm/mce.h>
#include <asm/msr.h>
Go to the source code of this file.
Functions | |
void | intel_p5_mcheck_init (struct cpuinfo_x86 *c) |
Variables | |
int mce_p5_enabled | __read_mostly |
void intel_p5_mcheck_init | ( | struct cpuinfo_x86 * | c | ) |