Skip to content

Commit

Permalink
ARM: SMP: remove smp_mpidr.h
Browse files Browse the repository at this point in the history
With "ARM: CPU hotplug: remove bug checks in platform_cpu_die()", we
now do not use hard_smp_processor_id(), we no longer need to read the
hardware processor ID.  Remove the include providing this function.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King committed Dec 20, 2010
1 parent f36d340 commit 86e62b9
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 23 deletions.
17 changes: 0 additions & 17 deletions arch/arm/include/asm/smp_mpidr.h

This file was deleted.

1 change: 0 additions & 1 deletion arch/arm/mach-realview/include/mach/smp.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#define ASMARM_ARCH_SMP_H

#include <asm/hardware/gic.h>
#include <asm/smp_mpidr.h>

/*
* We use IRQ1 as the IPI
Expand Down
1 change: 0 additions & 1 deletion arch/arm/mach-s5pv310/include/mach/smp.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#define ASM_ARCH_SMP_H __FILE__

#include <asm/hardware/gic.h>
#include <asm/smp_mpidr.h>

extern void __iomem *gic_cpu_base_addr;

Expand Down
1 change: 0 additions & 1 deletion arch/arm/mach-tegra/include/mach/smp.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#define ASMARM_ARCH_SMP_H

#include <asm/hardware/gic.h>
#include <asm/smp_mpidr.h>

/*
* We use IRQ1 as the IPI
Expand Down
1 change: 0 additions & 1 deletion arch/arm/mach-ux500/include/mach/smp.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#define ASMARM_ARCH_SMP_H

#include <asm/hardware/gic.h>
#include <asm/smp_mpidr.h>

/* This is required to wakeup the secondary core */
extern void u8500_secondary_startup(void);
Expand Down
1 change: 0 additions & 1 deletion arch/arm/mach-vexpress/include/mach/smp.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#define __MACH_SMP_H

#include <asm/hardware/gic.h>
#include <asm/smp_mpidr.h>

/*
* We use IRQ1 as the IPI
Expand Down
1 change: 0 additions & 1 deletion arch/arm/plat-omap/include/plat/smp.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#define OMAP_ARCH_SMP_H

#include <asm/hardware/gic.h>
#include <asm/smp_mpidr.h>

/* Needed for secondary core boot */
extern void omap_secondary_startup(void);
Expand Down

0 comments on commit 86e62b9

Please sign in to comment.