Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175824
b: refs/heads/master
c: 8389b37
h: refs/heads/master
v: v3
  • Loading branch information
Valentine Barshak authored and Benjamin Herrenschmidt committed Dec 9, 2009
1 parent b1c8e5f commit 76224d1
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: 1a8061c46c46c960f715c597b9d279ea2ba42bd9
refs/heads/master: 8389b37dffdc695b4fb363ebe0ed9748bb3b48d0
3 changes: 3 additions & 0 deletions trunk/arch/powerpc/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ void crash_send_ipi(void (*crash_ipi_callback)(struct pt_regs *))

static void stop_this_cpu(void *dummy)
{
/* Remove this CPU */
set_cpu_online(smp_processor_id(), false);

local_irq_disable();
while (1)
;
Expand Down

0 comments on commit 76224d1

Please sign in to comment.