From: Anton Blanchard Date: Tue, 31 May 2005 21:39:29 +0000 (-0700) Subject: [PATCH] ppc64: allow timer based profiling on iseries X-Git-Tag: v2.6.12-rc6~71 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f50734569c25c4e902bd3d0fb2e5bd93a200cc75;p=platform%2Fupstream%2Fkernel-adaptation-pc.git [PATCH] ppc64: allow timer based profiling on iseries We used to have an iseries specific profiler that used /proc/profile. Now thats gone we can use the generic timer based stuff. Signed-off-by: Anton Blanchard Acked-by: Stephen Rothwell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/ppc64/kernel/time.c b/arch/ppc64/kernel/time.c index 3d54745..33364a7 100644 --- a/arch/ppc64/kernel/time.c +++ b/arch/ppc64/kernel/time.c @@ -325,9 +325,7 @@ int timer_interrupt(struct pt_regs * regs) irq_enter(); -#ifndef CONFIG_PPC_ISERIES profile_tick(CPU_PROFILING, regs); -#endif lpaca->lppaca.int_dword.fields.decr_int = 0;