From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757999AbYFQUnd (ORCPT ); Tue, 17 Jun 2008 16:43:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755407AbYFQUnY (ORCPT ); Tue, 17 Jun 2008 16:43:24 -0400 Received: from ogre.sisk.pl ([217.79.144.158]:37841 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755127AbYFQUnX (ORCPT ); Tue, 17 Jun 2008 16:43:23 -0400 From: "Rafael J. Wysocki" To: Thomas Gleixner Subject: Re: linux-next: Tree for June 13: IO APIC breakage on HP nx6325 Date: Tue, 17 Jun 2008 22:44:23 +0200 User-Agent: KMail/1.9.6 (enterprise 20070904.708012) Cc: "Maciej W. Rozycki" , Stephen Rothwell , linux-next@vger.kernel.org, LKML , Ingo Molnar , ACPI Devel Maling List , Len Brown References: <20080613232214.394fd6fd.sfr@canb.auug.org.au> <200806170105.45647.rjw@sisk.pl> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806172244.24026.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday, 17 of June 2008, Thomas Gleixner wrote: > On Tue, 17 Jun 2008, Rafael J. Wysocki wrote: > > > > BTW, with the C1E patches reverted I don't get the > > WARNING: at /home/rafael/src/linux-next/kernel/smp.c:215 smp_call_function_single+0x3d/0xa2 > > in the log. Thomas? > > Yeah, my bad. Fix below. Thanks, it eliminates the WARNING, but still the box doesn't work with the "x86: add C1E aware idle function" patch applied, even with 'highres=off'. The main symptom is that CPU loads are computed incorrectly (I got X using 126% of CPU time from 'top', for example). Apart from this, some processes (like gkrellm) seem to be 'frozen' and only change their state in 'jumps', as though they only got CPU from time to time at random. Reverting the above-mentioned patch fixes those problems. Thanks, Rafael