From: H. Peter Anvin Date: Thu, 28 Oct 2010 04:09:15 +0000 (-0700) Subject: x86, ftrace: Use safe noops, drop trap test X-Git-Tag: v2.6.37-rc1~18^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d1d7126bbde53989f1d7de174816c123bb7ecb0;p=pandora-kernel.git x86, ftrace: Use safe noops, drop trap test Always use a safe 5-byte noop sequence. Drop the trap test, since it is known to return false negatives on some virtualization platforms on 32 bits. The resulting code is both simpler and safer. Cc: Daniel Drake Cc: Jason Baron Cc: Mathieu Desnoyers Signed-off-by: H. Peter Anvin Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed