From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965554AbXDGI0T (ORCPT ); Sat, 7 Apr 2007 04:26:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965635AbXDGI0O (ORCPT ); Sat, 7 Apr 2007 04:26:14 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:50868 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965537AbXDGI0A (ORCPT ); Sat, 7 Apr 2007 04:26:00 -0400 Date: Sat, 7 Apr 2007 10:25:54 +0200 From: Ingo Molnar To: Linus Torvalds Cc: Soeren Sonnenburg , Linux Kernel Mailing List , Len Brown , Thomas Gleixner Subject: Re: [patch] high-res timers: UP resume fix Message-ID: <20070407082554.GA1943@elte.hu> References: <1175899460.5393.9.camel@localhost> <20070407081244.GA28284@elte.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070407081244.GA28284@elte.hu> User-Agent: Mutt/1.4.2.2i X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -2.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-2.0 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.0.3 -2.0 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org * Ingo Molnar wrote: > [...] Soeren, can you confirm that you are using a !CONFIG_SMP kernel, > and if yes, does the patch below fix the resume problem for you? hm, you seem to have a CONFIG_SMP=y kernel. I dont immediately see where we re-enable interrupts in the SMP case, but could you try my patch nevertheless? Ingo