commit | 7b051f665c32db3339ac9b6d9806ef508d09647f | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Mon Oct 13 20:27:15 2014 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed Nov 05 21:00:45 2014 +1100 |
tree | 675986774556c3bf79ed3601ce5591a45b9f3acf | |
parent | dd521d1eb4bc7f12a0d440134cb3a72852b6da9c [diff] |
powerpc: Use probe_kernel_address in show_instructions We really don't want to take a pagefault in show_instructions, so use probe_kernel_address instead of __get_user. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>