]> git.baikalelectronics.ru Git - kernel.git/commit
x86 setup: print missing CPU features in cleartext
authorH. Peter Anvin <hpa@zytor.com>
Mon, 4 Feb 2008 15:48:00 +0000 (16:48 +0100)
committerIngo Molnar <mingo@elte.hu>
Mon, 4 Feb 2008 15:48:00 +0000 (16:48 +0100)
commit60a583d0d30139056f4f2e513faa42e12e668ba4
treeefaa839c9e9bc627b01c459f299031869defcd7f
parentfc5e458753a2393fe573041def47f20308d71bfe
x86 setup: print missing CPU features in cleartext

Instead of obscure numbers, print the list of missing CPU features in
cleartext.  To conserve space, use a host program (mkcpustr.c) to
produce a compact list of mandatory features only.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/boot/Makefile
arch/x86/boot/cpu.c
arch/x86/boot/mkcpustr.c [new file with mode: 0644]