Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information