Re: [-mmotm] BUG: scheduling while atomic: swapper

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Ryan Hope
Date: Tuesday, August 26, 2008 - 7:15 am

Thanks for getting back to me on this guys.  Yes I am using mmotm, the
daily -mm broken out tree... THe bug happens while booting, and it
shows up many times. Anyway I checked microcode_intel.c and the
function in question looks like this:

static int __init microcode_intel_module_init(void)
{
       struct cpuinfo_x86 *c = &cpu_data(get_cpu());

       if (c->x86_vendor == X86_VENDOR_INTEL)
               return microcode_init(&microcode_intel_ops, THIS_MODULE);
       else
               return -ENODEV;
}

I will try the changes in he patch in Jame's post.... and report back. THanks.

-Ryan

On Tue, Aug 26, 2008 at 6:02 AM, Dmitry Adamushko
<dmitry.adamushko@gmail.com> wrote:
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [-mmotm] BUG: scheduling while atomic: swapper, Dmitry Adamushko, (Tue Aug 26, 3:02 am)
Re: [-mmotm] BUG: scheduling while atomic: swapper, Ryan Hope, (Tue Aug 26, 7:15 am)
Re: [-mmotm] BUG: scheduling while atomic: swapper, Ryan Hope, (Tue Aug 26, 7:53 am)
Re: [-mmotm] BUG: scheduling while atomic: swapper, Ryan Hope, (Tue Aug 26, 7:58 am)