]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/suse-2.6.27.39/patches.kernel.org/spu_profiler-include
Imported linux-2.6.27.39 suse/xen patches.
[ipfire-2.x.git] / src / patches / suse-2.6.27.39 / patches.kernel.org / spu_profiler-include
CommitLineData
2cb7cef9
BS
1From: Jeff Mahoney <jeffm@suse.com>
2Subject: [PATCH] powerpc: spu_profiler build fix
3
4 This fixes the following build failure: error: 'ppc_proc_freq' undeclared
5
6Signed-off-by: Jeff Mahoney <jeffm@suse.com>
7---
8 arch/powerpc/oprofile/cell/spu_profiler.c | 1 +
9 1 file changed, 1 insertion(+)
10
11--- a/arch/powerpc/oprofile/cell/spu_profiler.c
12+++ b/arch/powerpc/oprofile/cell/spu_profiler.c
13@@ -16,6 +16,7 @@
14 #include <linux/smp.h>
15 #include <linux/slab.h>
16 #include <asm/cell-pmu.h>
17+#include <asm/time.h>
18 #include "pr_util.h"
19
20 #define TRACE_ARRAY_SIZE 1024