From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anand Gadiyar Subject: RE: pandaboard can't reboot on 2.6.38-rc2? Date: Tue, 12 Apr 2011 10:28:00 +0530 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from na3sys009aog114.obsmtp.com ([74.125.149.211]:32933 "EHLO na3sys009aog114.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751078Ab1DLE6U (ORCPT ); Tue, 12 Apr 2011 00:58:20 -0400 Received: by mail-fx0-f52.google.com with SMTP id 6so6391014fxm.39 for ; Mon, 11 Apr 2011 21:58:19 -0700 (PDT) In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Bob Liu , linux-omap@vger.kernel.org Bob Liu wrote: > Hi, folks > > I am using pandaboard and compiled a 2.6.38-rc2 kernel for it. > Everything works fine except that it can't reboot. > > #reboot > # > The system is going down NOW! > Sent SIGTERM to all processes > Sent SIGKILL to all processes > Requesting system reboot > [ 120.742370] Restarting system. > > Then hanged... > > Has anyone seen similar problem? As a quick workaround, turn off CONFIG_ARCH_OMAP2 and rebuild the kernel. That should get you functional reboots. Looks like something in the asm code is messed up when building with OMAP2 support - I don't understand it well enough to solve it, but maybe this is a data point for people that do know the code better. - Anand