[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-c04b033bfe196bb4cac45e46d20d3affbaebf23b@git.kernel.org>
Date: Sun, 15 Mar 2009 06:12:36 GMT
From: Tim Blechmann <tim@...ngt.org>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...hat.com,
tglx@...utronix.de, tim@...ngt.org, mingo@...e.hu
Subject: [tip:perfcounters/core] perf_counter: include missing header
Commit-ID: c04b033bfe196bb4cac45e46d20d3affbaebf23b
Gitweb: http://git.kernel.org/tip/c04b033bfe196bb4cac45e46d20d3affbaebf23b
Author: Tim Blechmann <tim@...ngt.org>
AuthorDate: Sat, 14 Mar 2009 14:29:25 +0100
Commit: Ingo Molnar <mingo@...e.hu>
CommitDate: Sun, 15 Mar 2009 07:09:22 +0100
perf_counter: include missing header
Impact: build 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);
[ This bug was masked by unrelated x86 header file changes in the
x86 tree, but occurs in the tip:perfcounters/core standalone
tree. ]
Signed-off-by: Tim Blechmann <tim@...ngt.org>
LKML-Reference: <20090314142925.49c29c17@...nkpad>
Signed-off-by: Ingo Molnar <mingo@...e.hu>
---
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:
*/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists