Commits
Helge Deller committed b752c7b2070
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: Helge Deller <deller@gmx.de>