commit | 972559a05222c1d7ebd5dcde637542713bb8778d | [log] [tgz] |
---|---|---|
author | Petr Tesarik <ptesarik@suse.cz> | Mon Feb 11 22:41:18 2008 +0100 |
committer | Tony Luck <tony.luck@intel.com> | Wed Mar 05 15:47:31 2008 -0800 |
tree | 71718577801cc213c870d6eabe8e7856b1df6b7e | |
parent | 29e8c3c304b62f31b799565c9ee85d42bd163f80 [diff] |
[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>