Updating link to change in openSUSE:Factory/xen revision 92.0
OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=55b9cda496deba4d219bfb38823f905d
This commit is contained in:
committed by
Git OBS Bridge
parent
da1a7c6568
commit
60fee70571
25
21406-x86-microcode-quiet.patch
Normal file
25
21406-x86-microcode-quiet.patch
Normal file
@@ -0,0 +1,25 @@
|
||||
# HG changeset patch
|
||||
# User Keir Fraser <keir.fraser@citrix.com>
|
||||
# Date 1274118689 -3600
|
||||
# Node ID 2a16128f17d884b87124eb159d4c4a0c34339d4e
|
||||
# Parent 89a2f9ad02f23c24a06274a1217991181f19930b
|
||||
x86: Quieten microcode.c during CPU hotplug
|
||||
|
||||
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
|
||||
|
||||
--- a/xen/arch/x86/microcode.c
|
||||
+++ b/xen/arch/x86/microcode.c
|
||||
@@ -66,12 +66,10 @@ static void microcode_fini_cpu(int cpu)
|
||||
|
||||
int microcode_resume_cpu(int cpu)
|
||||
{
|
||||
- int err = 0;
|
||||
+ int err;
|
||||
struct ucode_cpu_info *uci = &per_cpu(ucode_cpu_info, cpu);
|
||||
struct cpu_signature nsig;
|
||||
|
||||
- gdprintk(XENLOG_INFO, "microcode: CPU%d resumed\n", cpu);
|
||||
-
|
||||
if ( !uci->mc.mc_valid )
|
||||
return -EIO;
|
||||
|
Reference in New Issue
Block a user