Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759857AbYG2W5V (ORCPT ); Tue, 29 Jul 2008 18:57:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754269AbYG2W5K (ORCPT ); Tue, 29 Jul 2008 18:57:10 -0400 Received: from caramon.arm.linux.org.uk ([78.32.30.218]:56782 "EHLO caramon.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754275AbYG2W5I (ORCPT ); Tue, 29 Jul 2008 18:57:08 -0400 Date: Tue, 29 Jul 2008 23:56:23 +0100 From: Russell King - ARM Linux To: Andrew Morton Cc: a.p.zijlstra@chello.nl, vatsa@linux.vnet.ibm.com, efault@gmx.de, mingo@elte.hu, linux-kernel@vger.kernel.org Subject: Re: Fwd: Commit 76a2a6ee8a0660a29127f05989ac59ae1ce865fa breaks PXA270 (at least)? Message-ID: <20080729225623.GO10982@flint.arm.linux.org.uk> References: <20080729223105.GK10982@flint.arm.linux.org.uk> <20080729154605.d540cf6d.akpm@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080729154605.d540cf6d.akpm@linux-foundation.org> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2510 Lines: 66 On Tue, Jul 29, 2008 at 03:46:05PM -0700, Andrew Morton wrote: > On Tue, 29 Jul 2008 23:31:05 +0100 > Russell King - ARM Linux wrote: > > > But then some bright spark thought it would be a good idea to get > > rid of printk_clock(). > > > > commit 86faf39d0fc04272b05fab1db6d683f3ac7199d1 > Author: Ingo Molnar > Date: Fri Jan 25 21:07:59 2008 +0100 > > sched: remove printk_clock references from ia64 > > remove remaining printk_clock references from ia64. > > Signed-off-by: Ingo Molnar > > commit b842271fbb9c8b5fd0e1c3e1895a3b67ba5bcc54 > Author: Ingo Molnar > Date: Fri Jan 25 21:07:59 2008 +0100 > > sched: remove printk_clock() > > printk_clock() is obsolete - it has been replaced with cpu_clock(). > > Signed-off-by: Ingo Molnar > > > That's it? It rates a 0.5/10 for changelogging :( > > Looking further on... > > commit e97126cd9056b3b42cdc862ace2ed66f8026f55b > Author: Russell King > Date: Mon Jan 8 19:49:12 2007 +0000 > > [ARM] Provide basic printk_clock() implementation > > Current sched_clock() implementations on ARM cause unbootable kernels > with PRINTK_TIME support enabled. To avoid this, provide a basic > printk_clock() implementation which avoids sched_clock() being called > before the page tables have been set up. > > > which I assume is why arm is crashing again? Precisely - Ingo has effectively progressively backed out my bug fix in a round-about manner by making printk require a working sched_clock again. > Really, I think arch-overrideable printk_clock() was a good idea. > printk is just _special_. It's called wildly early and it is called in > all conceivable contexts and it just must work no matter what. It's > totally understandable that an architecture would need to override > printk's timestamp generator. That's one solution, the other is to have that commit reverted. I don't really mind which, only that we have a solution ASAP so that the current popular ARM SoCs have a bootable kernel again. -- 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/