[<prev] [next>] [day] [month] [year] [list]
Message-id: <8122455.200971367492376044.JavaMail.weblogic@epml20>
Date: Thu, 02 May 2013 10:59:38 +0000 (GMT)
From: EUNBONG SONG <eunb.song@...sung.com>
To: Thomas Gleixner <tglx@...utronix.de>,
Jonas Gorski <jogo@...nwrt.org>
Cc: "ralf@...ux-mips.org" <ralf@...ux-mips.org>,
"linux-mips@...ux-mips.org" <linux-mips@...ux-mips.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: Re: mips; boot fail after merge 3.9+
> Does the patch below fix your issue ?
I applied your patch, but it still fails to boot. the boot logs are same.
Thanks
> Thanks,
> tglx
> diff --git a/kernel/cpu/idle.c b/kernel/cpu/idle.c
> index 8b86c0c..a8972fe 100644
> --- a/kernel/cpu/idle.c
> +++ b/kernel/cpu/idle.c
> @@ -70,8 +70,10 @@ static void cpu_idle_loop(void)
> check_pgt_cache();
> rmb();
> - if (cpu_is_offline(smp_processor_id()))
> + if (cpu_is_offline(smp_processor_id())) {
> arch_cpu_idle_dead();
> + continue;
> + }
> local_irq_disable();
> arch_cpu_idle_enter();
Powered by blists - more mailing lists