Displaying 1 result from an estimated 1 matches for "apic_cmci".
2008 Dec 19
2
FW: [patch 0/4]Enable CMCI (Corrected Machine Check Error Interrupt) for Intel CPUs
...ne_run.patch changes stopmachine_run interface so that we can designate the callback function running on the cpu_map instead of single one. We do this change because *cmci owner change* callback (please refer to note 3 below) needs to be executed on each of online cpus when do CPU hotplug.
Patch 3: apic_cmci.patch adds the new CMCI LVT entry.
Patch 4: clean_and_cmci.patch contains the main CMCI support logic including CMCI interrupt handler, CMCI owner judge algorithm and polling mechanism, etc
----------------------------------------------------------------------------
About Test
We wrote CMCI injec...