]> git.ipfire.org Git - people/arne_f/kernel.git/commit
x86/microcode/AMD: Remove struct cont_desc.eq_id
authorBorislav Petkov <bp@suse.de>
Fri, 20 Jan 2017 20:29:55 +0000 (21:29 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 23 Jan 2017 09:02:51 +0000 (10:02 +0100)
commitda0aa3dde05108e180eecd76534c55f43ea4b9c8
treee90751bc786377db32a399a3c25dc90d97b5b8bc
parent69f5f983001f6d097aac774a9e917f44657f3367
x86/microcode/AMD: Remove struct cont_desc.eq_id

The equivalence ID was needed outside of the container scanning logic
but now, after this has been cleaned up, not anymore. Now, cont_desc.mc
is used to denote whether the container we're looking at has the proper
microcode patch for this CPU or not.

Signed-off-by: Borislav Petkov <bp@suse.de>
Link: http://lkml.kernel.org/r/20170120202955.4091-17-bp@alien8.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/cpu/microcode/amd.c