]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[IA64] remove find_thread_for_addr()
authorPetr Tesarik <ptesarik@suse.cz>
Mon, 11 Feb 2008 21:42:34 +0000 (22:42 +0100)
committerTony Luck <tony.luck@intel.com>
Wed, 5 Mar 2008 23:48:16 +0000 (15:48 -0800)
commite868a55c2a8cb72b66d7137fbcc54b82016e98eb
tree05c1fc4e3d84537aa80709a1091c0ce2978f025d
parent08b23d74e07ac053fe4a5d6f4a48e8048fcfe52b
[IA64] remove find_thread_for_addr()

find_thread_for_addr() is no longer needed.  It was only used to find
the correct kernel RBS for a given memory address, but since the kernel
RBS is not needed any longer, this function can go away.

Signed-off-by: Petr Tesarik <ptesarik@suse.cz>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/ptrace.c