-
- Downloads
[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>
Showing
- arch/x86_64/kernel/acpi/sleep.c 1 addition, 1 deletionarch/x86_64/kernel/acpi/sleep.c
- arch/x86_64/kernel/x8664_ksyms.c 2 additions, 2 deletionsarch/x86_64/kernel/x8664_ksyms.c
- include/asm-x86_64/hw_irq.h 1 addition, 1 deletioninclude/asm-x86_64/hw_irq.h
- include/asm-x86_64/mutex.h 3 additions, 3 deletionsinclude/asm-x86_64/mutex.h
Loading
Please register or sign in to comment