Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355598
b: refs/heads/master
c: f7c66dc
h: refs/heads/master
v: v3
  • Loading branch information
Olof Johansson committed Feb 5, 2013
1 parent b1710ce commit e90250a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: e9daa0ead197d39f024ceeb668b2407b8b1ca8b7
refs/heads/master: f7c66dc0bf0f4ecd349c79315c87841c67e27aef
5 changes: 0 additions & 5 deletions trunk/arch/arm/mach-tegra/platsmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,6 @@ static int __cpuinit tegra_boot_secondary(unsigned int cpu, struct task_struct *
return status;
}

static void __init tegra_smp_init_cpus(void)
{
}

static void __init tegra_smp_prepare_cpus(unsigned int max_cpus)
{
/* Always mark the boot CPU (CPU0) as initialized. */
Expand All @@ -190,7 +186,6 @@ static void __init tegra_smp_prepare_cpus(unsigned int max_cpus)
}

struct smp_operations tegra_smp_ops __initdata = {
.smp_init_cpus = tegra_smp_init_cpus,
.smp_prepare_cpus = tegra_smp_prepare_cpus,
.smp_secondary_init = tegra_secondary_init,
.smp_boot_secondary = tegra_boot_secondary,
Expand Down

0 comments on commit e90250a

Please sign in to comment.