[IA64] access user RBS directly
authorPetr Tesarik <ptesarik@suse.cz>
Mon, 11 Feb 2008 21:41:18 +0000 (22:41 +0100)
committerTony Luck <tony.luck@intel.com>
Wed, 5 Mar 2008 23:47:31 +0000 (15:47 -0800)
Because the user RBS of a process is now completely stored in
user-mode when the process is ptrace-stopped, accesses to the
RBS should no longer augment any part of the kernel RBS.

This means we can get rid of most ia64_peek() and ia64_poke()
calls.

Signed-off-by: Petr Tesarik <ptesarik@suse.cz>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found