]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7fa4bf6af784bad3c730145d1c36b05c6c57365a
tree94e8744650325dcbdb7006e5264a9c8446b31caf
parentf10d35d618651e49e1133a3ad7dbdb1cce7ed4e9
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