From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261309AbVG1G5i (ORCPT ); Thu, 28 Jul 2005 02:57:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261308AbVG1G5i (ORCPT ); Thu, 28 Jul 2005 02:57:38 -0400 Received: from smtp.osdl.org ([65.172.181.4]:31151 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S261310AbVG1G5c (ORCPT ); Thu, 28 Jul 2005 02:57:32 -0400 Date: Wed, 27 Jul 2005 23:56:25 -0700 From: Andrew Morton To: Florian Engelhardt Cc: linux-kernel@vger.kernel.org, acpi-devel@lists.sourceforge.net Subject: Re: system freezes for 0.2 to 0.5 seconds when reading /proc/acpi/thermal_zone/THRM/temperature Message-Id: <20050727235625.028b7728.akpm@osdl.org> In-Reply-To: <20050728084938.480b46d1@localhost> References: <20050728002244.5163ac4a@localhost> <20050727161605.5711fcf7.akpm@osdl.org> <20050728084938.480b46d1@localhost> X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Florian Engelhardt wrote: > > Hello, > > On Wed, 27 Jul 2005 16:16:05 -0700 > Andrew Morton wrote: > > > Florian Engelhardt wrote: > > > > > > Hello, > > > > > > first of all, sorry for the long headline. > > > second: > > > Every time, i try to do the following: > > > cat /proc/acpi/thermal_zone/THRM/temperature > > > the whole system looks up for a short period of time (something > > > about 0.5s). realy everything, video and audio encoding, mouse and > > > keyboard input, firefox playing a flash animation, ... > > > I am also getting the following: > > > Losing some ticks... checking if CPU frequency changed. > > > > > > maybe these two things are belonging to each other. > > > > > > I am using a 2.6.12-rc3-mm1 kernel on a amd64 with a nvidia nforce4 > > > mainboard. > > > > It might help if you were to generate a kernel profile: > > > > readprofile -r > > returns: > /proc/profile: No such file or directory > > do i have to activate something special during kernel configuration? Set CONFIG_PROFILING=y > btw: i saw that mm2 is available. Are there any changes in it, which > could solve this problem? Well there's a huge ACPI patch in there, but I cannot say whether it addresses this problem.