Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759257AbYAQW71 (ORCPT ); Thu, 17 Jan 2008 17:59:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753142AbYAQW7S (ORCPT ); Thu, 17 Jan 2008 17:59:18 -0500 Received: from outbound-sin.frontbridge.com ([207.46.51.80]:22040 "EHLO outbound3-sin-R.bigfish.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752564AbYAQW7R (ORCPT ); Thu, 17 Jan 2008 17:59:17 -0500 X-BigFish: VP X-MS-Exchange-Organization-Antispam-Report: OrigIP: 139.95.251.8;Service: EHS X-Server-Uuid: C391E81C-6590-4A2B-9214-A04D45AF4E95 Date: Thu, 17 Jan 2008 15:57:44 -0700 From: "Jordan Crouse" To: "Arnd Hannemann" cc: "Andres Salomon" , "Linux Kernel Mailing List" Subject: Re: 2.6.24-rc8 hangs at mfgpt-timer Message-ID: <20080117225744.GL8244@cosmic.amd.com> References: <478E4267.7020509@i4.informatik.rwth-aachen.de> <20080116161912.7b449466@ephemeral> <20080116165606.3ebc06a4@ephemeral> <478F25D6.3060503@i4.informatik.rwth-aachen.de> <20080117134032.4cc1a1cf@ephemeral> <478FB255.5040001@i4.informatik.rwth-aachen.de> <20080117211917.GF8244@cosmic.amd.com> <478FCDB6.4010708@i4.informatik.rwth-aachen.de> <20080117223644.GK8244@cosmic.amd.com> <478FDC12.6020505@i4.informatik.rwth-aachen.de> MIME-Version: 1.0 In-Reply-To: <478FDC12.6020505@i4.informatik.rwth-aachen.de> User-Agent: Mutt/1.5.15+20070412 (2007-04-11) X-OriginalArrivalTime: 17 Jan 2008 22:57:13.0162 (UTC) FILETIME=[4C46A2A0:01C8595C] X-WSS-ID: 6B9102C32IW8057820-02-01 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1714 Lines: 46 On 17/01/08 23:52 +0100, Arnd Hannemann wrote: > > Hmmm - not sure whats happening here. I wonder if we're stuck in an > > interrupt storm of some sort as soon as you register the interrupt handler. > > But I would think that whatever was causing the interrupt storm would be > > running well before we hit setup_irq(), and you would be recording "nobody > > cared" interrupts left and right. > > Interesting thing is that it hangs not in setup_irq() but later, right > after printing the newline of the printk. THat makes me think interrupt storm even more. > > The thing that scares me is that the TinyBIOS seems to know that we want > > to use the MFGPT timers, and I wonder if they did anything behind the scenes > > to "help us out" even though we didn't ask for it. > > > > I don't know how easy it would be for you - but can you try reading > > MSRs 0x51400020 - 0x51400023? If you need a command line app to do it, > > you can use rdmsr from here: > > > > http://wiki.laptop.org/go/Flashing_LinuxBIOS_on_A-Test_Boards > > MSR register 0x51400020 => b7:ef:5f:f4:bf:d1:95:68 > MSR register 0x51400021 => b7:fd:1f:f4:bf:cf:5a:d8 > MSR register 0x51400022 => b7:f3:bf:f4:bf:f5:fb:a8 > MSR register 0x51400023 => b7:fb:9f:f4:bf:fd:d9:f8 Hmmm - those look wrong. Is /dev/cpu/0/msr there? The applet on the wiki has a bug that doesn't check for it. Jordan -- Jordan Crouse Systems Software Development Engineer Advanced Micro Devices, Inc. -- 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/