[PATCH] x86-64: Remove fastcall references in x86_64 code
authorGlauber de Oliveira Costa <gcosta@redhat.com>
Tue, 13 Feb 2007 12:26:22 +0000 (13:26 +0100)
committerAndi Kleen <andi@basil.nowhere.org>
Tue, 13 Feb 2007 12:26:22 +0000 (13:26 +0100)
commitc49c5330c9592f29a69bb2ea8f6e7fd5d9c151e8
tree50a04f4c90215c7ac73094a5a4f09e0699524060
parent53fee04f318222a3179ca5933d8bda82c1eef17a
[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 <gcosta@redhat.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Cc: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
arch/x86_64/kernel/acpi/sleep.c
arch/x86_64/kernel/x8664_ksyms.c
include/asm-x86_64/hw_irq.h
include/asm-x86_64/mutex.h