]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commitf0be6c6a697c2fe8e2efbe98cd157bdbcff969ae
treeefaa839c9e9bc627b01c459f299031869defcd7f
parentfa1408e4df53ec1e61f59c030b3488a1ef0c635d
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]