]> Pileus Git - ~andy/linux/commit
x86: ucode-amd: Don't warn when no ucode is available for a CPU revision
authorAndreas Herrmann <herrmann.der.user@googlemail.com>
Tue, 10 Nov 2009 11:08:25 +0000 (12:08 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 10 Nov 2009 11:15:49 +0000 (12:15 +0100)
commit14c569425a0ae12cbeed72fdb8ebe78c48455dfd
tree5c52c2f22f746b2e44026cf9612032ac32f31e72
parentd1c84f79a6ba992dc01e312c44a21496303874d6
x86: ucode-amd: Don't warn when no ucode is available for a CPU revision

There is no point in warning when there is no ucode available
for a specific CPU revision. Currently the container-file, which
provides the AMD ucode patches for OS load, contains only a few
ucode patches.

It's already clearly indicated by the printed patch_level
whenever new ucode was available and an update happened. So the
warning message is of no help but rather annoying on systems
with many CPUs.

Signed-off-by: Andreas Herrmann <andreas.herrmann3@amd.com>
Cc: dimm <dmitry.adamushko@gmail.com>
LKML-Reference: <20091110110825.GI30802@alberich.amd.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/microcode_amd.c