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)
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>

No differences found