Re: [tip:x86/cpu] x86, cpu: AMD errata checking framework

From: H. Peter Anvin
Date: Thu Jul 08 2010 - 11:09:19 EST


On 07/08/2010 07:18 AM, Hans Rosenfeld wrote:
>
> Thats exactly the kind of thing I wanted to avoid. This means carrying
> around all errata definitions in memory all the time instead of just
> when theres actually code thats using them.
>

On a note on that... by passing the definition as arguments you're doing
it asas *code*, which is seriously bloated over a memory structure. The
size of memory structures should be insignificant, and would be cold in
memory anyway.

-hpa

--
H. Peter Anvin, Intel Open Source Technology Center
I work for Intel. I don't speak on their behalf.

--
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/