From: Rusty Russell Date: Tue, 26 Sep 2006 08:52:39 +0000 (+0200) Subject: [PATCH] i386: Abstract sensitive instructions X-Git-Tag: v2.6.19-rc1~1077^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0da5db313317e3195482d3e660a1074857374a89;p=pandora-kernel.git [PATCH] i386: Abstract sensitive instructions Abstract sensitive instructions in assembler code, replacing them with macros (which currently are #defined to the native versions). We use long names: assembler is case-insensitive, so if something goes wrong and macros do not expand, it would assemble anyway. Resulting object files are exactly the same as before. Signed-off-by: Rusty Russell Signed-off-by: Jeremy Fitzhardinge Signed-off-by: Andrew Morton Signed-off-by: Andi Kleen --- Reading git-diff-tree failed