[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090314142925.49c29c17@thinkpad>
Date: Sat, 14 Mar 2009 14:29:25 +0100
From: Tim Blechmann <tim@...ngt.org>
To: Ingo Molnar <mingo@...e.hu>, linux-kernel@...r.kernel.org
Subject: [PATCH] perf_counter: include missing header
Impact: compile fix
In order to compile a kernel with performance counter patches,
<asm/irq_regs.h> has to be included to provide the declaration of
struct pt_regs *get_irq_regs(void);
Signed-off-by: Tim Blechmann <tim@...ngt.org>
---
kernel/perf_counter.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/kernel/perf_counter.c b/kernel/perf_counter.c
index d6cc222..0018c5e 100644
--- a/kernel/perf_counter.c
+++ b/kernel/perf_counter.c
@@ -24,6 +24,8 @@
#include <linux/vmstat.h>
#include <linux/rculist.h>
+#include <asm/irq_regs.h>
+
/*
* Each CPU has a list of per CPU counters:
*/
--
1.6.2
Download attachment "signature.asc" of type "application/pgp-signature" (198 bytes)
Powered by blists - more mailing lists