diff options
author | Finn Thain <[email protected]> | 2018-01-27 18:51:40 -0500 |
---|---|---|
committer | Geert Uytterhoeven <[email protected]> | 2018-03-19 10:22:59 +0100 |
commit | a1eb1cdf4e55e1ecdb4a474070450d8a648686bf (patch) | |
tree | 0196913c4bc5eab8872d31788558e8ee098e5ba4 /net/lapb | |
parent | e5f0d2e2a153b18dcf31e1a633e210c37829d759 (diff) |
m68k/mac: Fix apparent race condition in Baboon interrupt dispatch
The algorithm used in baboon_irq() appears to be subject to a race
condition: an IRQ flag could be lost if asserted between the MOV
instructions from and to the interrupt flag register. However,
testing shows that the write to the flag register has no effect.
Rewrite this loop to remove the apparent race condition.
No-one seems to know how to clear Baboon IRQ flags, or whether
that's even possible, so add a comment about this.
Tested-by: Stan Johnson <[email protected]>
Signed-off-by: Finn Thain <[email protected]>
Signed-off-by: Geert Uytterhoeven <[email protected]>
Diffstat (limited to 'net/lapb')
0 files changed, 0 insertions, 0 deletions