From: Huang Ying Date: Mon, 23 Nov 2009 11:54:06 +0000 (+0800) Subject: crypto: aesni-intel - Use gas macro for AES-NI instructions X-Git-Tag: v2.6.33-rc1~365^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b369e521237d6ef21c453f3ac4f4b8577ec14f87;p=pandora-kernel.git crypto: aesni-intel - Use gas macro for AES-NI instructions Old binutils do not support AES-NI instructions, to make kernel can be compiled by them, .byte code is used instead of AES-NI assembly instructions. But the readability and flexibility of raw .byte code is not good. So corresponding assembly instruction like gas macro is used instead. Signed-off-by: Huang Ying Signed-off-by: Herbert Xu --- Reading git-diff-tree failed