]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86 setup: handle more than 8 CPU flag words
authorH. Peter Anvin <hpa@zytor.com>
Tue, 16 Sep 2008 22:09:26 +0000 (15:09 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 16 Sep 2008 22:09:26 +0000 (15:09 -0700)
commit97fc0555dae8f4d437c8672c14d7191962429be4
tree7cef9de931b66e43751c6535e5fcfdbb8389f307
parenta9853dd6d285c30a3ddeb3cce8c05e1678400bef
x86 setup: handle more than 8 CPU flag words

Checkin e38e05a85828dac23540cd007df5f20985388afc added a 9th CPU flag
word, but didn't adjust the boot code to match.  This patch adds the
necessary boot code support.

Note: due to a typo in an #if statement, it didn't trigger the #error
this was supposed to do.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/boot/cpu.c
arch/x86/boot/mkcpustr.c