From: John David Anglin Date: Sat, 4 May 2013 19:16:41 +0000 (+0000) Subject: parisc: use long branch in fork_like macro X-Git-Tag: omap-for-v3.10/fixes-for-merge-window-part2~17^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbbfde782084b4f0d85ddffb88f1cf4650ff40e4;p=pandora-kernel.git parisc: use long branch in fork_like macro The "b" branch instruction used in the fork_like macro only can handle 17-bit pc-relative offsets. This fails with an out of range offset with some .config files. Rewrite to use the "be" instruction which can branch to any address in a space. Signed-off-by: John David Anglin Signed-off-by: Helge Deller --- Reading git-diff-tree failed