]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/suse-2.6.27.31/patches.kernel.org/spu_profiler-include
Reenabled linux-xen, added patches for Xen Kernel Version 2.6.27.31,
[people/teissler/ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.kernel.org / spu_profiler-include
1 From: Jeff Mahoney <jeffm@suse.com>
2 Subject: [PATCH] powerpc: spu_profiler build fix
3
4 This fixes the following build failure: error: 'ppc_proc_freq' undeclared
5
6 Signed-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