[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 <anton@samba.org> Acked-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
2e21495329
commit
f50734569c
@@ -325,9 +325,7 @@ int timer_interrupt(struct pt_regs * regs)
|
|||||||
|
|
||||||
irq_enter();
|
irq_enter();
|
||||||
|
|
||||||
#ifndef CONFIG_PPC_ISERIES
|
|
||||||
profile_tick(CPU_PROFILING, regs);
|
profile_tick(CPU_PROFILING, regs);
|
||||||
#endif
|
|
||||||
|
|
||||||
lpaca->lppaca.int_dword.fields.decr_int = 0;
|
lpaca->lppaca.int_dword.fields.decr_int = 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user