diff options
author | Jeremy Fitzhardinge <jeremy@goop.org> | 2008-07-28 14:53:57 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-31 06:39:39 -0400 |
commit | 0d1edf46ba229b46efacf75c0544b88c05a7b266 (patch) | |
tree | a26262e9f4e85ba7150dfa4e06998a37daa6a984 /arch/x86/xen/xen-ops.h | |
parent | eac4345be6d17541039791f15f173d0426423df1 (diff) |
xen: compile irq functions without -pg for ftrace
For some reason I managed to miss a bunch of irq-related functions
which also need to be compiled without -pg when using ftrace. This
patch moves them into their own file, and starts a cleanup process
I've been meaning to do anyway.
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: "Alex Nixon (Intern)" <Alex.Nixon@eu.citrix.com>
Cc: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/xen/xen-ops.h')
-rw-r--r-- | arch/x86/xen/xen-ops.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/xen/xen-ops.h b/arch/x86/xen/xen-ops.h index 8847fb34f17e..3c70ebc50b1b 100644 --- a/arch/x86/xen/xen-ops.h +++ b/arch/x86/xen/xen-ops.h | |||
@@ -31,6 +31,7 @@ void xen_vcpu_restore(void); | |||
31 | 31 | ||
32 | void __init xen_build_dynamic_phys_to_machine(void); | 32 | void __init xen_build_dynamic_phys_to_machine(void); |
33 | 33 | ||
34 | void xen_init_irq_ops(void); | ||
34 | void xen_setup_timer(int cpu); | 35 | void xen_setup_timer(int cpu); |
35 | void xen_setup_cpu_clockevents(void); | 36 | void xen_setup_cpu_clockevents(void); |
36 | unsigned long xen_tsc_khz(void); | 37 | unsigned long xen_tsc_khz(void); |