Skip to content

Commit

Permalink
[ARM] Remove Integrator/CP SMP platform support
Browse files Browse the repository at this point in the history
The Integrator/CP SMP platform support was never fully merged, and now
it's causing build breakage.  Remove it.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King authored and Russell King committed May 16, 2007
1 parent e45c7a4 commit 06ba255
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 277 deletions.
1 change: 0 additions & 1 deletion 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 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 arch/arm/mach-integrator/headsmp.S

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 06ba255

Please sign in to comment.