From: bibo mao Date: Tue, 26 Sep 2006 18:20:37 +0000 (-0700) Subject: [IA64] kprobe opcode 16 bytes alignment on IA64 X-Git-Tag: v2.6.19-rc1~901^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=214ddde2f95037e129eff7e895869771719c7c1b;p=pandora-kernel.git [IA64] kprobe opcode 16 bytes alignment on IA64 On IA64 instruction opcode must be 16 bytes alignment, in kprobe structure there is one element to save original instruction, currently saved opcode is not statically allocated in kprobe structure, that can not assure 16 bytes alignment. This patch dynamically allocated kprobe instruction opcode to assure 16 bytes alignment. Signed-off-by: bibo mao Acked-by: Anil S Keshavamurthy Signed-off-by: Tony Luck --- Reading git-diff-tree failed