Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756378AbXLXAjj (ORCPT ); Sun, 23 Dec 2007 19:39:39 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751819AbXLXAj0 (ORCPT ); Sun, 23 Dec 2007 19:39:26 -0500 Received: from ogre.sisk.pl ([217.79.144.158]:57105 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751020AbXLXAjZ (ORCPT ); Sun, 23 Dec 2007 19:39:25 -0500 From: "Rafael J. Wysocki" To: pm list Subject: [PATCH 3/3] PM: Do not destroy/create devices while suspended in cpuid.c Date: Mon, 24 Dec 2007 01:57:57 +0100 User-Agent: KMail/1.9.6 (enterprise 20070904.708012) Cc: ACPI Devel Maling List , Alan Stern , Andrew Morton , Len Brown , LKML , Pavel Machek , Ingo Molnar References: <200712240155.14765.rjw@sisk.pl> In-Reply-To: <200712240155.14765.rjw@sisk.pl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200712240157.58560.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 992 Lines: 33 From: Rafael J. Wysocki The cpuid driver should not attempt to destroy/create a suspended device. Signed-off-by: Rafael J. Wysocki --- arch/x86/kernel/cpuid.c | 3 --- 1 file changed, 3 deletions(-) Index: linux-2.6/arch/x86/kernel/cpuid.c =================================================================== --- linux-2.6.orig/arch/x86/kernel/cpuid.c +++ linux-2.6/arch/x86/kernel/cpuid.c @@ -157,13 +157,10 @@ static int __cpuinit cpuid_class_cpu_cal switch (action) { case CPU_UP_PREPARE: - case CPU_UP_PREPARE_FROZEN: err = cpuid_device_create(cpu); break; case CPU_UP_CANCELED: - case CPU_UP_CANCELED_FROZEN: case CPU_DEAD: - case CPU_DEAD_FROZEN: cpuid_device_destroy(cpu); break; } -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/