From: Glauber de Oliveira Costa Date: Tue, 13 Feb 2007 12:26:22 +0000 (+0100) Subject: [PATCH] x86-64: Remove fastcall references in x86_64 code X-Git-Tag: v2.6.21-rc1~184^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c49c5330c9592f29a69bb2ea8f6e7fd5d9c151e8;p=pandora-kernel.git [PATCH] x86-64: Remove fastcall references in x86_64 code Unlike x86, x86_64 already passes arguments in registers. The use of regparm attribute makes no difference in produced code, and the use of fastcall just bloats the code. Signed-off-by: Glauber de Oliveira Costa Signed-off-by: Andi Kleen Cc: Andi Kleen Signed-off-by: Andrew Morton --- Reading git-diff-tree failed