commit | 80aa0fb4940bf8ee52bcb574d74459a7aea45621 | [log] [tgz] |
---|---|---|
author | James Yang <James.Yang@freescale.com> | Tue Jun 25 11:41:05 2013 -0500 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Sun Jun 30 15:49:40 2013 +1000 |
tree | 6b110dea572ce2a63e4cd47bf95ede1e9a8b2ee4 | |
parent | e1b85c17bf3e4f2ecbf9ec824c4048a06078100b [diff] |
powerpc: Fix string instr. emulation for 32-bit processes on ppc64 String instruction emulation would erroneously result in a segfault if the upper bits of the EA are set and is so high that it fails access check. Truncate the EA to 32 bits if the process is 32-bit. Signed-off-by: James Yang <James.Yang@freescale.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>