From: Masami Hiramatsu Date: Fri, 18 Jan 2008 16:20:46 +0000 (-0500) Subject: [IA64] Fix the order of atomic operations in restore_previous_kprobes on ia64 X-Git-Tag: v2.6.25-rc1~785^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97075c4b3b7fdd6a083eea075c3a4a601f0d64d8;p=pandora-kernel.git [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 Signed-off-by: Tony Luck --- Reading git-diff-tree failed