* [PATCH linux-next] kvm/powerpc: fix kvm build tree failure
@ 2009-06-26 5:23 Stephen Rothwell
2009-06-28 7:40 ` Avi Kivity
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Rothwell @ 2009-06-26 5:23 UTC (permalink / raw)
To: Avi Kivity; +Cc: linux-next, linux-kernel, "Christian Bornträger"
Today's linux-next build (powerpc ppc44x_defconfig) failed like this:
In file included from include/trace/events/kvm.h:57,
from arch/powerpc/kvm/../../../virt/kvm/kvm_main.c:63:
include/trace/define_trace.h:53:43: error: trace/events/TRACE_SYSTEM.h: No such file or directory
Caused by commit faa113b7c65c44ed94ac06f6bae2259290040856 ("KVM:
Protect irq tracing with KVM_HAVE_IOAPIC and KVM_HAVE_PIT").
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
include/trace/events/kvm.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/trace/events/kvm.h b/include/trace/events/kvm.h
index dff68b3..5e69489 100644
--- a/include/trace/events/kvm.h
+++ b/include/trace/events/kvm.h
@@ -3,11 +3,11 @@
#include <linux/tracepoint.h>
-#if defined(__KVM_HAVE_IOAPIC) && defined(__KVM_HAVE_PIT)
#undef TRACE_SYSTEM
#define TRACE_SYSTEM kvm
#define TRACE_INCLUDE_FILE kvm
+#if defined(__KVM_HAVE_IOAPIC) && defined(__KVM_HAVE_PIT)
TRACE_EVENT(kvm_set_irq,
TP_PROTO(unsigned int gsi),
TP_ARGS(gsi),
--
1.6.3.1
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH linux-next] kvm/powerpc: fix kvm build tree failure
2009-06-26 5:23 [PATCH linux-next] kvm/powerpc: fix kvm build tree failure Stephen Rothwell
@ 2009-06-28 7:40 ` Avi Kivity
0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2009-06-28 7:40 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: linux-next, linux-kernel, Christian Bornträger
On 06/26/2009 08:23 AM, Stephen Rothwell wrote:
> Today's linux-next build (powerpc ppc44x_defconfig) failed like this:
>
> In file included from include/trace/events/kvm.h:57,
> from arch/powerpc/kvm/../../../virt/kvm/kvm_main.c:63:
> include/trace/define_trace.h:53:43: error: trace/events/TRACE_SYSTEM.h: No such file or directory
>
> Caused by commit faa113b7c65c44ed94ac06f6bae2259290040856 ("KVM:
> Protect irq tracing with KVM_HAVE_IOAPIC and KVM_HAVE_PIT").
>
>
Applied, thanks.
--
error compiling committee.c: too many arguments to function
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-06-28 7:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-26 5:23 [PATCH linux-next] kvm/powerpc: fix kvm build tree failure Stephen Rothwell
2009-06-28 7:40 ` Avi Kivity
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).