]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
x86/boot: Obsolete the MCA sys_desc_table
authorPaolo Pisati <p.pisati@gmail.com>
Mon, 20 Jul 2015 16:23:50 +0000 (18:23 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 21 Jul 2015 08:55:11 +0000 (10:55 +0200)
commit949163015ce6fdb76a5e846a3582d3c40c23c001
tree97356937c7102c9cc3495c2d236f3ae809fcde23
parent79063a7c0239419d5f6bee63228f66256fdc0fc4
x86/boot: Obsolete the MCA sys_desc_table

The kernel does not support the MCA bus anymroe, so mark sys_desc_table
as obsolete: remove any reference from the code together with the remaining
of MCA logic.

bloat-o-meter output:

  add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-55 (-55)
  function                                     old     new   delta
  i386_start_kernel                            128     119      -9
  setup_arch                                  1421    1375     -46

Signed-off-by: Paolo Pisati <p.pisati@gmail.com>
Cc: Josh Triplett <josh@joshtriplett.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1437409430-8491-1-git-send-email-p.pisati@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Documentation/x86/zero-page.txt
arch/x86/boot/Makefile
arch/x86/boot/boot.h
arch/x86/boot/compressed/eboot.c
arch/x86/boot/main.c
arch/x86/boot/mca.c [deleted file]
arch/x86/include/asm/processor.h
arch/x86/include/uapi/asm/bootparam.h
arch/x86/kernel/kexec-bzimage64.c
arch/x86/kernel/setup.c