Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225883
b: refs/heads/master
c: 2c0136d
h: refs/heads/master
i:
  225881: 306683f
  225879: a48bf8f
v: v3
  • Loading branch information
Russell King committed Dec 20, 2010
1 parent 49f49ad commit 09ceec7
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 13 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: 05c74a6cbcfb416286a947668ba32f63d99fe74a
refs/heads/master: 2c0136dba4e43b0916ccc9ecc7f11e6d6b73f046
1 change: 1 addition & 0 deletions trunk/arch/arm/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ asmlinkage void __cpuinit secondary_start_kernel(void)

cpu_init();
preempt_disable();
trace_hardirqs_off();

/*
* Give the platform a chance to do its own initialisation.
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/arm/mach-omap2/omap-smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ static DEFINE_SPINLOCK(boot_lock);

void __cpuinit platform_secondary_init(unsigned int cpu)
{
trace_hardirqs_off();

/*
* If any interrupts are already enabled for the primary
* core (e.g. timer irq), then they will not have been enabled
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/arm/mach-realview/platsmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ static DEFINE_SPINLOCK(boot_lock);

void __cpuinit platform_secondary_init(unsigned int cpu)
{
trace_hardirqs_off();

/*
* if any interrupts are already enabled for the primary
* core (e.g. timer irq), then they will not have been enabled
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/arm/mach-s5pv310/platsmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ static DEFINE_SPINLOCK(boot_lock);

void __cpuinit platform_secondary_init(unsigned int cpu)
{
trace_hardirqs_off();

/*
* if any interrupts are already enabled for the primary
* core (e.g. timer irq), then they will not have been enabled
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/arm/mach-tegra/platsmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ static void __iomem *scu_base = IO_ADDRESS(TEGRA_ARM_PERIF_BASE);

void __cpuinit platform_secondary_init(unsigned int cpu)
{
trace_hardirqs_off();

/*
* if any interrupts are already enabled for the primary
* core (e.g. timer irq), then they will not have been enabled
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/arm/mach-ux500/platsmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ static DEFINE_SPINLOCK(boot_lock);

void __cpuinit platform_secondary_init(unsigned int cpu)
{
trace_hardirqs_off();

/*
* if any interrupts are already enabled for the primary
* core (e.g. timer irq), then they will not have been enabled
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/arm/mach-vexpress/platsmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ static DEFINE_SPINLOCK(boot_lock);

void __cpuinit platform_secondary_init(unsigned int cpu)
{
trace_hardirqs_off();

/*
* if any interrupts are already enabled for the primary
* core (e.g. timer irq), then they will not have been enabled
Expand Down

0 comments on commit 09ceec7

Please sign in to comment.