diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-01-30 07:31:17 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:31:17 -0500 |
commit | 75604d7f7f1ee93e4d19d9e19f4497b7ed842f2a (patch) | |
tree | ca8f9af34d70e237b78ca47c225fbbbbe1a64fac /arch/x86/kernel/apic_32.c | |
parent | 56c4da454de1264e381256f658f61b9ef690dd21 (diff) |
x86: remove all definitions with fastcall
fastcall is always defined to be empty, remove it from arch/x86
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kernel/apic_32.c')
-rw-r--r-- | arch/x86/kernel/apic_32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic_32.c b/arch/x86/kernel/apic_32.c index 1ee443a8e61b..69a13d127da3 100644 --- a/arch/x86/kernel/apic_32.c +++ b/arch/x86/kernel/apic_32.c | |||
@@ -578,7 +578,7 @@ static void local_apic_timer_interrupt(void) | |||
578 | * interrupt as well. Thus we cannot inline the local irq ... ] | 578 | * interrupt as well. Thus we cannot inline the local irq ... ] |
579 | */ | 579 | */ |
580 | 580 | ||
581 | void fastcall smp_apic_timer_interrupt(struct pt_regs *regs) | 581 | void smp_apic_timer_interrupt(struct pt_regs *regs) |
582 | { | 582 | { |
583 | struct pt_regs *old_regs = set_irq_regs(regs); | 583 | struct pt_regs *old_regs = set_irq_regs(regs); |
584 | 584 | ||