Skip to content

Commit

Permalink
[PATCH] ppc64: allow timer based profiling on iseries
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Anton Blanchard authored and Linus Torvalds committed May 31, 2005
1 parent 2e21495 commit f507345
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/ppc64/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit f507345

Please sign in to comment.