Skip to content
Commit b752c7b2 authored by Helge Deller's avatar Helge Deller
Browse files

parisc: Avoid zeroing gr[0] in fixup_exception()



Register gr[0] holds the PSW in interrupt context. It's absolutely
unlikely that the compiler will use register zero in a get_user() call,
but better BUG on such a case in fixup_exception() anyway.

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 649aa242
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment