]> git.baikalelectronics.ru Git - kernel.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)
commit80d71b421e744627fd4ce43d7d35ee4cff46a11c
tree71718577801cc213c870d6eabe8e7856b1df6b7e
parentc1d9fd29fe6d1e6248e04e570a6c9d58e81e4cab
[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