projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e21495
)
[PATCH] ppc64: allow timer based profiling on iseries
author
Anton Blanchard
<anton@samba.org>
Tue, 31 May 2005 21:39:29 +0000
(14:39 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Tue, 31 May 2005 21:54:18 +0000
(14:54 -0700)
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>
arch/ppc64/kernel/time.c
patch
|
blob
|
history
diff --git
a/arch/ppc64/kernel/time.c
b/arch/ppc64/kernel/time.c
index 3d54745108c788a12099ddeaef929d9985060948..33364a7d2cd2e07dbcdd8567d669da11439b5038 100644
(file)
--- 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;