Messages in this thread |  | | | Date | Tue, 12 Jun 2012 13:36:45 -0700 | | From | "H. Peter Anvin" <> | | Subject | Re: [PATCH 1/2] x86: Track minimum microcode revision globally |
| |
On 06/12/2012 01:33 PM, Andi Kleen wrote: > > +/* Global minimum microcode version */ > +int min_microcode; > +
Any reason not to use boot_cpu_data.microcode for this, much like we do with the CPUID common subset?
-hpa
|  |