Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191639
b: refs/heads/master
c: 7acb59e
h: refs/heads/master
i:
  191637: 0dc8874
  191635: 8b6d644
  191631: bcb3587
v: v3
  • Loading branch information
Paul Mundt committed Apr 26, 2010
1 parent 2ab58a8 commit 1798899
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f0ccf2770f523bd4fc436886a38e499f9ec95c0e
refs/heads/master: 7acb59eb4b5eee113eb74eeafd1e6536171eeced
3 changes: 3 additions & 0 deletions trunk/arch/sh/kernel/cpu/sh4a/smp-shx3.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ static void shx3_prepare_cpus(unsigned int max_cpus)
for (i = 0; i < SMP_MSG_NR; i++)
request_irq(104 + i, ipi_interrupt_handler,
IRQF_DISABLED | IRQF_PERCPU, "IPI", (void *)(long)i);

for (i = 0; i < max_cpus; i++)
set_cpu_present(i, true);
}

static void shx3_start_cpu(unsigned int cpu, unsigned long entry_point)
Expand Down

0 comments on commit 1798899

Please sign in to comment.