parisc: Use long branch to do_syscall_trace_exit
authorHelge Deller <deller@gmx.de>
Fri, 20 Nov 2015 10:22:32 +0000 (11:22 +0100)
committerHelge Deller <deller@gmx.de>
Sun, 22 Nov 2015 11:23:02 +0000 (12:23 +0100)
commit337685e556c6f080bf4775950e3b9493852715f8
tree94e8744650325dcbdb7006e5264a9c8446b31caf
parent332b42e4eb6e955f3be0bbbf1f272aa943954d98
parisc: Use long branch to do_syscall_trace_exit

Use the 22bit instead of the 17bit branch instruction on a 64bit kernel
to reach the do_syscall_trace_exit function from the gateway page.
A huge page enabled kernel may need the additional branch distance bits.

Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/kernel/syscall.S