commit | 97075c4b3b7fdd6a083eea075c3a4a601f0d64d8 | [log] [tgz] |
---|---|---|
author | Masami Hiramatsu <mhiramat@redhat.com> | Fri Jan 18 11:20:46 2008 -0500 |
committer | Tony Luck <tony.luck@intel.com> | Mon Feb 04 15:09:39 2008 -0800 |
tree | 300e612c7810901e721c594846d8ad2bfaf60a7c | |
parent | a23fe55e132cd85108ab55b3fafb4b5060d847c7 [diff] |
[IA64] Fix the order of atomic operations in restore_previous_kprobes on ia64 Fix the order of atomic operations to prevent overwriting prev_kprobe[0]. To pop values from stack, we must decrement stack index right AFTER reading values. Signed-off-by: Masami Hiramatsu <mhiramat@redhat.com> Signed-off-by: Tony Luck <tony.luck@intel.com>