Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187798
b: refs/heads/master
c: a8e6da0
h: refs/heads/master
v: v3
  • Loading branch information
Vaidyanathan Srinivasan authored and Benjamin Herrenschmidt committed Mar 9, 2010
1 parent 028e16f commit 8e8d3b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 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: 0212f2602a38e740d5a96aba4cebfc2ebc993ecf
refs/heads/master: a8e6da093ea8642b1320fb5d64134366f2a8d0ac
11 changes: 0 additions & 11 deletions trunk/arch/powerpc/platforms/pseries/hotplug-cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,21 +122,10 @@ static void pseries_mach_cpu_die(void)
if (!get_lppaca()->shared_proc)
get_lppaca()->donate_dedicated_cpu = 1;

printk(KERN_INFO
"cpu %u (hwid %u) ceding for offline with hint %d\n",
cpu, hwcpu, cede_latency_hint);
while (get_preferred_offline_state(cpu) == CPU_STATE_INACTIVE) {
extended_cede_processor(cede_latency_hint);
printk(KERN_INFO "cpu %u (hwid %u) returned from cede.\n",
cpu, hwcpu);
printk(KERN_INFO
"Decrementer value = %x Timebase value = %llx\n",
get_dec(), get_tb());
}

printk(KERN_INFO "cpu %u (hwid %u) got prodded to go online\n",
cpu, hwcpu);

if (!get_lppaca()->shared_proc)
get_lppaca()->donate_dedicated_cpu = 0;
get_lppaca()->idle = 0;
Expand Down

0 comments on commit 8e8d3b0

Please sign in to comment.