diff options
Diffstat (limited to 'sysutils/mcelog/files/patch-p4.c')
-rw-r--r-- | sysutils/mcelog/files/patch-p4.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/mcelog/files/patch-p4.c b/sysutils/mcelog/files/patch-p4.c new file mode 100644 index 000000000000..f512eb8d6658 --- /dev/null +++ b/sysutils/mcelog/files/patch-p4.c @@ -0,0 +1,13 @@ +--- ./p4.c.orig 2009-12-15 07:18:40.000000000 -0500 ++++ ./p4.c 2011-10-14 22:36:47.000000000 -0400 +@@ -175,8 +175,10 @@ + Wprintf("%s CACHE %s %s Error\n", type, level, + get_RRRR_str((mca & CACHE_RRRR_MASK) >> + CACHE_RRRR_SHIFT)); ++#ifdef __Linux__ + if (track == 2) + run_yellow_trigger(cpu, typenum, levelnum, type, level, socket); ++#endif + } else if (test_prefix(10, mca)) { + if (mca == 0x400) + Wprintf("Internal Timer error\n"); |