diff options
author | Jeffrey Deans <[email protected]> | 2014-07-17 09:20:59 +0100 |
---|---|---|
committer | Ralf Baechle <[email protected]> | 2014-08-02 00:06:41 +0200 |
commit | c55b2851f901215fbfa46e4ea9cc04761c776815 (patch) | |
tree | a743802f48557f7915c727abf59a451e083732a0 /tools/perf/scripts/python | |
parent | 1c772b5664d9efa8d8d25b69b4ea8ae8996d6153 (diff) |
MIPS: GIC: Fix GICBIS macro
The GICBIS macro could update the GIC registers incorrectly, depending
on the data value passed in:
* Bits were only OR'd into the register data, so register fields could
not be cleared.
* Bits were OR'd into the register data without masking the data to the
correct field width, corrupting adjacent bits.
Signed-off-by: Jeffrey Deans <[email protected]>
Signed-off-by: Markos Chandras <[email protected]>
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/7378/
Signed-off-by: Ralf Baechle <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions