]> git.baikalelectronics.ru Git - kernel.git/commit
[POWERPC] Better check in show_instructions
authorAnton Blanchard <anton@samba.org>
Fri, 13 Oct 2006 02:17:16 +0000 (12:17 +1000)
committerPaul Mackerras <paulus@samba.org>
Mon, 16 Oct 2006 05:53:30 +0000 (15:53 +1000)
commit210495c3195ac3efa5870a7599ee30a93735d40f
tree42cfa3ddd7fb403fb9e03848eb3e7c4bc5050185
parent3c65f799f042750bffb233166c152bde1c96ce4e
[POWERPC] Better check in show_instructions

Instead of just checking that an address is in the right range, use the
provided __kernel_text_address() helper which covers both the kernel and
module text sections.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/process.c