Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754310Ab1DHG07 (ORCPT ); Fri, 8 Apr 2011 02:26:59 -0400 Received: from ksp.mff.cuni.cz ([195.113.26.206]:58016 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753198Ab1DHG06 (ORCPT ); Fri, 8 Apr 2011 02:26:58 -0400 Date: Fri, 8 Apr 2011 08:26:46 +0200 From: Pavel Machek To: rpurdie@rpsys.net, lenz@cs.wisc.edu, kernel list , arminlitzel@web.de, Cyril Hrubis , thommycheck@gmail.com, linux-arm-kernel , dbaryshkov@gmail.com, omegamoon@gmail.com, eric.y.miao@gmail.com, utx@penguin.cz, zaurus-devel@www.linuxtogo.org, Marek Vasut , "Rafael J. Wysocki" Subject: 2.6.39-rc2 on zaurus: does not build, does not boot Message-ID: <20110408062646.GA1472@ucw.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 955 Lines: 30 Hi! Build fix is below. Maybe it is pending in the trees somewhere already... Boot stops just after mounting root filesystem; cursor stops flashing. (Any idea what goes on there?) Pavel --- ./drivers/video.ofic/pxafb.c 2011-04-06 15:19:51.000000000 +0200 +++ ./drivers/video/pxafb.c 2011-04-07 06:20:20.000000000 +0200 @@ -1648,7 +1648,7 @@ switch (val) { case CPUFREQ_PRECHANGE: - if (!fbi->overlay[0].usage && !fbi->overlay[1].usage) +// if (!fbi->overlay[0].usage && !fbi->overlay[1].usage) set_ctrlr_state(fbi, C_DISABLE_CLKCHANGE); break; -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html -- 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/