Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f5073456 authored by Anton Blanchard's avatar Anton Blanchard Committed by Linus Torvalds
Browse files

[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: default avatarAnton Blanchard <anton@samba.org>
Acked-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 2e214953
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;