aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorQiuxu Zhuo <[email protected]>2018-10-09 10:20:25 -0700
committerBorislav Petkov <[email protected]>2018-10-09 19:30:04 +0200
commit8f18973877204dc8ca4ce1004a5d28683b9a7086 (patch)
treede2853f7ed855394ebae59573ee60e177a8084ff /tools/perf/scripts/python/export-to-postgresql.py
parent432de7fd7630c84ad24f1c2acd1e3bb4ce3741ca (diff)
EDAC, skx_edac: Fix logical channel intermediate decoding
The code "lchan = (lchan << 1) | ~lchan" for logical channel intermediate decoding is wrong. The wrong intermediate decoding result is {0xffffffff, 0xfffffffe}. Fix it by replacing '~' with '!'. The correct intermediate decoding result is {0x1, 0x2}. Signed-off-by: Qiuxu Zhuo <[email protected]> Signed-off-by: Tony Luck <[email protected]> Signed-off-by: Borislav Petkov <[email protected]> CC: Aristeu Rozanski <[email protected]> CC: Mauro Carvalho Chehab <[email protected]> CC: linux-edac <[email protected]> Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions