* [PATCH] x86, Remove AMD microcode warning
@ 2012-02-06 18:28 Prarit Bhargava
2012-02-07 19:40 ` [tip:x86/urgent] x86/microcode: Remove noisy " tip-bot for Prarit Bhargava
0 siblings, 1 reply; 2+ messages in thread
From: Prarit Bhargava @ 2012-02-06 18:28 UTC (permalink / raw)
To: linux-kernel; +Cc: Prarit Bhargava, Borislav Petkov, x86
AMD processors will never support /dev/cpu/microcode updating so just silently
fail instead of printing out a warning for every cpu.
Signed-off-by: Prarit Bhargava <prarit@redhat.com>
Cc: Borislav Petkov <borislav.petkov@amd.com>
Cc: x86@kernel.org
---
arch/x86/kernel/microcode_amd.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/x86/kernel/microcode_amd.c b/arch/x86/kernel/microcode_amd.c
index ac0417b..73465aa 100644
--- a/arch/x86/kernel/microcode_amd.c
+++ b/arch/x86/kernel/microcode_amd.c
@@ -360,7 +360,6 @@ out:
static enum ucode_state
request_microcode_user(int cpu, const void __user *buf, size_t size)
{
- pr_info("AMD microcode update via /dev/cpu/microcode not supported\n");
return UCODE_ERROR;
}
--
1.7.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [tip:x86/urgent] x86/microcode: Remove noisy AMD microcode warning
2012-02-06 18:28 [PATCH] x86, Remove AMD microcode warning Prarit Bhargava
@ 2012-02-07 19:40 ` tip-bot for Prarit Bhargava
0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Prarit Bhargava @ 2012-02-07 19:40 UTC (permalink / raw)
To: linux-tip-commits
Cc: linux-kernel, hpa, mingo, tglx, prarit, mingo, borislav.petkov
Commit-ID: c1d2f1bccf4259384e581b937e694ee8a350fe55
Gitweb: http://git.kernel.org/tip/c1d2f1bccf4259384e581b937e694ee8a350fe55
Author: Prarit Bhargava <prarit@redhat.com>
AuthorDate: Mon, 6 Feb 2012 13:28:55 -0500
Committer: Ingo Molnar <mingo@elte.hu>
CommitDate: Tue, 7 Feb 2012 10:53:42 +0100
x86/microcode: Remove noisy AMD microcode warning
AMD processors will never support /dev/cpu/microcode updating so
just silently fail instead of printing out a warning for every
cpu.
Signed-off-by: Prarit Bhargava <prarit@redhat.com>
Cc: Borislav Petkov <borislav.petkov@amd.com>
Link: http://lkml.kernel.org/r/1328552935-965-1-git-send-email-prarit@redhat.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
arch/x86/kernel/microcode_amd.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/x86/kernel/microcode_amd.c b/arch/x86/kernel/microcode_amd.c
index ac0417b..73465aa 100644
--- a/arch/x86/kernel/microcode_amd.c
+++ b/arch/x86/kernel/microcode_amd.c
@@ -360,7 +360,6 @@ out:
static enum ucode_state
request_microcode_user(int cpu, const void __user *buf, size_t size)
{
- pr_info("AMD microcode update via /dev/cpu/microcode not supported\n");
return UCODE_ERROR;
}
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-02-07 19:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-06 18:28 [PATCH] x86, Remove AMD microcode warning Prarit Bhargava
2012-02-07 19:40 ` [tip:x86/urgent] x86/microcode: Remove noisy " tip-bot for Prarit Bhargava
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome