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/xen/events.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/xen/events.c')
-rw-r--r-- | arch/x86/xen/events.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/xen/events.c b/arch/x86/xen/events.c index aebab9704dd7..dcf613e17581 100644 --- a/arch/x86/xen/events.c +++ b/arch/x86/xen/events.c | |||
@@ -465,7 +465,7 @@ void xen_send_IPI_one(unsigned int cpu, enum ipi_vector vector) | |||
465 | * a bitset of words which contain pending event bits. The second | 465 | * a bitset of words which contain pending event bits. The second |
466 | * level is a bitset of pending events themselves. | 466 | * level is a bitset of pending events themselves. |
467 | */ | 467 | */ |
468 | fastcall void xen_evtchn_do_upcall(struct pt_regs *regs) | 468 | void xen_evtchn_do_upcall(struct pt_regs *regs) |
469 | { | 469 | { |
470 | int cpu = get_cpu(); | 470 | int cpu = get_cpu(); |
471 | struct shared_info *s = HYPERVISOR_shared_info; | 471 | struct shared_info *s = HYPERVISOR_shared_info; |