linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Maurice Volaski <mvolaski@aecom.yu.edu>
To: Mikael Pettersson <mikpe@csd.uu.se>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.11-r1 freezes dual 2.5 GHz PowerMac G5
Date: Fri, 28 Jan 2005 19:49:40 -0500	[thread overview]
Message-ID: <a06200728be208da1c70e@[129.98.90.227]> (raw)
In-Reply-To: <16879.31182.438866.298939@alkaid.it.uu.se>

The patch below works. Thanks.

>Maurice Volaski writes:
>  > I am running Gentoo with a fresh 2.6.11-r1. I have all the kernel
>  > debugging options turned on. Occasionally, I can get past the boot
>  > process, but half the time it freezes somewhere along the way. If
>  > not, I do get to boot, it doesn't take very long for it to freeze.
>
>Did 2.6.10 work Ok? Try the patch below, it fixes 2.6.11-rc1 boot
>lockups on both my Beige G3 (locks up in ADB driver) and my G4 eMac
>(locks up in radeonfb).
>
>--- linux-2.6.11-rc1/init/main.c.~1~	2005-01-15 03:30:25.000000000 +0100
>+++ linux-2.6.11-rc1/init/main.c	2005-01-15 03:31:44.000000000 +0100
>@@ -377,7 +377,7 @@ static void noinline rest_init(void)
>  	 * Re-enable preemption but disable interrupts to make sure
>  	 * we dont get preempted until we schedule() in cpu_idle().
>  	 */
>-	local_irq_disable();
>+//	local_irq_disable();
>  	preempt_enable_no_resched();
>  	unlock_kernel();
>  	cpu_idle();


-- 

Maurice Volaski, mvolaski@aecom.yu.edu
Computing Support, Rose F. Kennedy Center
Albert Einstein College of Medicine of Yeshiva University

      reply	other threads:[~2005-01-29  0:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-10  0:33 2.6.11-r1 freezes dual 2.5 GHz PowerMac G5 Maurice Volaski
2005-01-20  9:28 ` Mikael Pettersson
2005-01-29  0:49   ` Maurice Volaski [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='a06200728be208da1c70e@[129.98.90.227]' \
    --to=mvolaski@aecom.yu.edu \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mikpe@csd.uu.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).