projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14eb75b
)
[PATCH] ARM: Remove nmi_tick() from Integrator.
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Mon, 20 Jun 2005 15:57:17 +0000
(16:57 +0100)
committer
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Mon, 20 Jun 2005 15:57:17 +0000
(16:57 +0100)
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-integrator/core.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-integrator/core.c
b/arch/arm/mach-integrator/core.c
index d302f0405fd2fa3be49a4692fcc9af4a354946e1..bd1e5e3c9d34b2e055f6d12763e2735b3994daf4 100644
(file)
--- a/
arch/arm/mach-integrator/core.c
+++ b/
arch/arm/mach-integrator/core.c
@@
-227,7
+227,6
@@
integrator_timer_interrupt(int irq, void *dev_id, struct pt_regs *regs)
* primary CPU
*/
if (hard_smp_processor_id() == 0) {
- nmi_tick();
timer_tick(regs);
#ifdef CONFIG_SMP
smp_send_timer();