[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)
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>

No differences found