]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[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)
commit972559a05222c1d7ebd5dcde637542713bb8778d
tree71718577801cc213c870d6eabe8e7856b1df6b7e
parent29e8c3c304b62f31b799565c9ee85d42bd163f80
[IA64] access user RBS directly

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>
arch/ia64/kernel/ptrace.c