From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755057AbZBTS3F (ORCPT ); Fri, 20 Feb 2009 13:29:05 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752854AbZBTS2y (ORCPT ); Fri, 20 Feb 2009 13:28:54 -0500 Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.121]:57424 "EHLO cdptpa-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752543AbZBTS2x (ORCPT ); Fri, 20 Feb 2009 13:28:53 -0500 Message-ID: <499EF662.7010001@cfl.rr.com> Date: Fri, 20 Feb 2009 13:28:50 -0500 From: Mark Hounschell User-Agent: Thunderbird 2.0.0.19 (X11/20081227) MIME-Version: 1.0 To: Andreas Herrmann CC: Borislav Petkov , Mark Hounschell , john stultz , linux-kernel , Thomas Gleixner Subject: Re: PROBLEM: Can't boot a (HZ = 1000) kernel using an AMD Phenom-II processor References: <20090218174243.GD13304@aftab> <499C7AC8.4080609@cfl.rr.com> <499D364C.3010704@cfl.rr.com> <20090219141131.GM4301@alberich.amd.com> <20090220115357.GE4834@alberich.amd.com> <499ECF87.2070204@cfl.rr.com> <20090220160843.GF4834@alberich.amd.com> <20090220163844.GG4834@alberich.amd.com> <499EE3BA.7070105@cfl.rr.com> <499EEB0F.8010201@cfl.rr.com> <20090220182212.GH4834@alberich.amd.com> In-Reply-To: <20090220182212.GH4834@alberich.amd.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Andreas Herrmann wrote: > On Fri, Feb 20, 2009 at 12:40:31PM -0500, Mark Hounschell wrote: > >> ACPI: HPET id: 0x10b9a201 base: 0xfed00000 > > > >> hpet: hpet_enable(834): >> hpet: ID: 43538301, PERIOD: 429b17e > > > This means that your BIOS could be bogus. > Obviously ACPI HPET table contains different information about > your HPET configuration than the HPET registers are showing. > > This means that other chipset configuration (e.g. ACPI tables) could > also be wrong. > > To confirm this please provide us output of > > # xxd /sys/firmware/acpi/tables/HPET markh@harley:~> xxd /sys/firmware/acpi/tables/HPET 0000000: 4850 4554 3800 0000 0101 5258 3738 3020 HPET8.....RX780 0000010: 4157 5244 4143 5049 312e 3042 4157 5244 AWRDACPI1.0BAWRD 0000020: 9800 0000 01a2 b910 0000 0000 0000 d0fe ................ 0000030: 0000 0000 0010 0000 Mark