From: Borislav Petkov <[email protected]> Hi,
respective patches should explain it all but in short, this removes some useles crap. Borislav Petkov (3): x86/CPU: Remove the printk format specifier in "CPU0: " x86/CPU: Merge bugs.c and bugs_64.c x86/CPU: Get rid of show_msr Documentation/kernel-parameters.txt | 6 ----- arch/x86/kernel/cpu/Makefile | 4 +-- arch/x86/kernel/cpu/bugs.c | 26 +++++++++++++++--- arch/x86/kernel/cpu/bugs_64.c | 33 ----------------------- arch/x86/kernel/cpu/common.c | 53 ------------------------------------- arch/x86/kernel/smpboot.c | 2 +- 6 files changed, 24 insertions(+), 100 deletions(-) delete mode 100644 arch/x86/kernel/cpu/bugs_64.c -- 2.10.0

