From patchwork Thu Apr 23 23:19:42 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Len Brown X-Patchwork-Id: 19712 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n3NNK1iP028346 for ; Thu, 23 Apr 2009 23:20:01 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753414AbZDWXUA (ORCPT ); Thu, 23 Apr 2009 19:20:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753140AbZDWXUA (ORCPT ); Thu, 23 Apr 2009 19:20:00 -0400 Received: from vms173001pub.verizon.net ([206.46.173.1]:62244 "EHLO vms173001pub.verizon.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752571AbZDWXT7 (ORCPT ); Thu, 23 Apr 2009 19:19:59 -0400 Received: from localhost.localdomain ([96.237.168.40]) by vms173001.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KIK009SAU4V7KSF@vms173001.mailsrvcs.net>; Thu, 23 Apr 2009 18:19:44 -0500 (CDT) Received: from localhost.localdomain (d975xbx2 [127.0.0.1]) by localhost.localdomain (8.14.2/8.14.2) with ESMTP id n3NNJhO2032575; Thu, 23 Apr 2009 19:19:43 -0400 Received: from localhost (lenb@localhost) by localhost.localdomain (8.14.2/8.14.2/Submit) with ESMTP id n3NNJgTB032570; Thu, 23 Apr 2009 19:19:42 -0400 X-Authentication-warning: localhost.localdomain: lenb owned process doing -bs Date: Thu, 23 Apr 2009 19:19:42 -0400 (EDT) From: Len Brown X-X-Sender: lenb@localhost.localdomain To: Venkatesh Pallipadi Cc: Linux Kernel Mailing List , linux-acpi@vger.kernel.org, x86@kernel.org Subject: [PATCH] HPET: stop soliciting hpet=force users on ICH4M In-reply-to: Message-id: References: User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org From: Len Brown The HPET in the ICH4M is not documented in the data sheet because it was not officially validated. While it is fine for hackers to continue to use "hpet=force" to enable the hardware that they have, it is not prudent to solicit additional "hpet=force" users on this hardware. Signed-off-by: Len Brown Acked-by: Venkatesh Pallipadi --- arch/x86/kernel/quirks.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/x86/kernel/quirks.c b/arch/x86/kernel/quirks.c index e95022e..7563b31 100644 --- a/arch/x86/kernel/quirks.c +++ b/arch/x86/kernel/quirks.c @@ -261,8 +261,6 @@ static void old_ich_force_enable_hpet_user(struct pci_dev *dev) { if (hpet_force_user) old_ich_force_enable_hpet(dev); - else - hpet_print_force_info(); } DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ESB_1,