From: Steven J. Hill Date: Mon, 25 Mar 2013 17:07:40 +0000 (-0500) Subject: MIPS: microMIPS: Fix incorrect mask for jump immediate. X-Git-Tag: v3.10-rc1~15^2^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fe4bb98e42945ddf2c0d47cec647ef76909e812;p=pandora-kernel.git MIPS: microMIPS: Fix incorrect mask for jump immediate. Jump or branch target addresses have the first bit set. The original mask did not take this into account and will cause a field overflow warning for the target address when a jump immediate instruction is built. Signed-off-by: Steven J. Hill --- Reading git-diff-tree failed