Go to the documentation of this file.
9 #include <linux/types.h>
11 #include <linux/kernel.h>
13 #include <linux/module.h>
14 #include <asm/bootinfo.h>
29 const int field = 2 *
sizeof(
unsigned long);
50 printk(
"CRIME memory error at 0x%08lx ST 0x%08lx<", addr, stat);
55 unsigned long ecc_syn =
57 unsigned long ecc_gen =
59 printk(
"ECC,SYN=0x%08lx,GEN=0x%08lx,", ecc_syn, ecc_gen);
86 panic(
"Fatal memory error.");
99 printk(
"CRIME CPU error at 0x%09lx status 0x%08lx\n", addr, stat);