]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
xen: compile irq functions without -pg for ftrace
authorJeremy Fitzhardinge <jeremy@goop.org>
Mon, 28 Jul 2008 18:53:57 +0000 (11:53 -0700)
committerIngo Molnar <mingo@elte.hu>
Thu, 31 Jul 2008 10:39:39 +0000 (12:39 +0200)
commit0d1edf46ba229b46efacf75c0544b88c05a7b266
treea26262e9f4e85ba7150dfa4e06998a37daa6a984
parenteac4345be6d17541039791f15f173d0426423df1
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>
arch/x86/xen/Makefile
arch/x86/xen/enlighten.c
arch/x86/xen/irq.c [new file with mode: 0644]
arch/x86/xen/xen-asm_32.S
arch/x86/xen/xen-asm_64.S
arch/x86/xen/xen-ops.h
drivers/xen/events.c