Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56681
b: refs/heads/master
c: 06ba255
h: refs/heads/master
i:
  56679: f947dbe
v: v3
  • Loading branch information
Russell King authored and Russell King committed May 16, 2007
1 parent 580943b commit ec84ff7
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 278 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e45c7a43825b0feb161ef2ebe5324cd517dd4388
refs/heads/master: 06ba255571b0a2f1fb7e49e7406364e4194f4e10
1 change: 0 additions & 1 deletion trunk/arch/arm/mach-integrator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ obj-$(CONFIG_LEDS) += leds.o
obj-$(CONFIG_PCI) += pci_v3.o pci.o
obj-$(CONFIG_CPU_FREQ_INTEGRATOR) += cpu.o
obj-$(CONFIG_INTEGRATOR_IMPD1) += impd1.o
obj-$(CONFIG_SMP) += platsmp.o headsmp.o
18 changes: 1 addition & 17 deletions trunk/arch/arm/mach-integrator/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -257,23 +257,7 @@ integrator_timer_interrupt(int irq, void *dev_id)
*/
writel(1, TIMER1_VA_BASE + TIMER_INTCLR);

/*
* the clock tick routines are only processed on the
* primary CPU
*/
if (hard_smp_processor_id() == 0) {
timer_tick();
#ifdef CONFIG_SMP
smp_send_timer();
#endif
}

#ifdef CONFIG_SMP
/*
* this is the ARM equivalent of the APIC timer interrupt
*/
update_process_times(user_mode(get_irq_regs()));
#endif /* CONFIG_SMP */
timer_tick();

write_sequnlock(&xtime_lock);

Expand Down
37 changes: 0 additions & 37 deletions trunk/arch/arm/mach-integrator/headsmp.S

This file was deleted.

204 changes: 0 additions & 204 deletions trunk/arch/arm/mach-integrator/platsmp.c

This file was deleted.

18 changes: 0 additions & 18 deletions trunk/include/asm-arm/arch-integrator/smp.h

This file was deleted.

0 comments on commit ec84ff7

Please sign in to comment.