RE: Geode LX boot fails after x86 microcode revision change

From: Petkov, Borislav
Date: Tue Nov 08 2011 - 17:14:04 EST


> On 11/08/2011 12:31 PM, Borislav Petkov wrote:
> >
> > it might be that the Geode doesn't have the patch level MSR.., can you
> > send /proc/cpuinfo from a working kernel please, say 3.1?
> >
> > Although, I have rdmsr_safe in the patch there so it actually shouldn't
> > be an issue, theoretically.
> >
>
> rdmsr_safe() requires exception table support, may not be available yet.
>
> -hpa

This could definitely explain why it hangs, the rdmsr_safe call is
in early_init_amd(), so it could really be too early for exception tables.

If so, then a family check is unavoidable.

Thanks.

(Please forgive the formatting, I'm using the xchange crap)



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/