public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
From: Shaohua Li <shaohua.li@intel.com>
To: Ari Savolainen <ari.m.savolainen@gmail.com>
Cc: "linux-pm@lists.linux-foundation.org"
	<linux-pm@lists.linux-foundation.org>
Subject: Re: PROBLEM: Shutdown does not poweroff due to commit 2a2d31c8 "intel_idle: open broadcast clock event"
Date: Mon, 24 Jan 2011 09:09:35 +0800	[thread overview]
Message-ID: <1295831375.1949.944.camel@sli10-conroe> (raw)
In-Reply-To: <AANLkTikDA9JqFjLRfPuPWTu3xbdfc16SzaRAwzKE3cH=@mail.gmail.com>

On Sat, 2011-01-22 at 02:03 +0800, Ari Savolainen wrote:
> Hi,
> 
> I have a Dell Precision WorkStation T3500. It stopped to power off
> after shutdown. Bisection revealed commit 2a2d31c8 "intel_idle: open
> broadcast clock event" to be the reason.  Below are all the dmesg
> lines containing "intel_idle":
> 
> [    2.184560] intel_idle: MWAIT substates: 0x1120
> [    2.184561] intel_idle: v0.4 model 0x1A
> [    2.184562] intel_idle: lapic_timer_reliable_states 0x2
> [    2.204056] ACPI: acpi_idle yielding to intel_idle
> 
> Please let me know what further information you need to fix the problem.
I can't reproduce it here, but can you please try below patch:

diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c
index 7acb32e..1fa091e 100644
--- a/drivers/idle/intel_idle.c
+++ b/drivers/idle/intel_idle.c
@@ -263,7 +263,7 @@ static void __setup_broadcast_timer(void *arg)
 	clockevents_notify(reason, &cpu);
 }
 
-static int __cpuinit setup_broadcast_cpuhp_notify(struct notifier_block *n,
+static int setup_broadcast_cpuhp_notify(struct notifier_block *n,
 		unsigned long action, void *hcpu)
 {
 	int hotcpu = (unsigned long)hcpu;
@@ -273,15 +273,11 @@ static int __cpuinit setup_broadcast_cpuhp_notify(struct notifier_block *n,
 		smp_call_function_single(hotcpu, __setup_broadcast_timer,
 			(void *)true, 1);
 		break;
-	case CPU_DOWN_PREPARE:
-		smp_call_function_single(hotcpu, __setup_broadcast_timer,
-			(void *)false, 1);
-		break;
 	}
 	return NOTIFY_OK;
 }
 
-static struct notifier_block __cpuinitdata setup_broadcast_notifier = {
+static struct notifier_block setup_broadcast_notifier = {
 	.notifier_call = setup_broadcast_cpuhp_notify,
 };
 

  reply	other threads:[~2011-01-24  1:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-21 18:03 PROBLEM: Shutdown does not poweroff due to commit 2a2d31c8 "intel_idle: open broadcast clock event" Ari Savolainen
2011-01-24  1:09 ` Shaohua Li [this message]
2011-01-24  7:53   ` Ari Savolainen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1295831375.1949.944.camel@sli10-conroe \
    --to=shaohua.li@intel.com \
    --cc=ari.m.savolainen@gmail.com \
    --cc=linux-pm@lists.linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox