Merge git://git.infradead.org/iommu-2.6
[linux-2.6] / arch / x86 / kernel / cpu / mcheck / mce-internal.h
1 #include <asm/mce.h>
2
3 enum severity_level {
4         MCE_NO_SEVERITY,
5         MCE_KEEP_SEVERITY,
6         MCE_SOME_SEVERITY,
7         MCE_AO_SEVERITY,
8         MCE_UC_SEVERITY,
9         MCE_AR_SEVERITY,
10         MCE_PANIC_SEVERITY,
11 };
12
13 int mce_severity(struct mce *a, int tolerant, char **msg);
14
15 extern int mce_ser;