commit | 97fc0555dae8f4d437c8672c14d7191962429be4 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Tue Sep 16 15:09:26 2008 -0700 |
committer | H. Peter Anvin <hpa@zytor.com> | Tue Sep 16 15:09:26 2008 -0700 |
tree | 7cef9de931b66e43751c6535e5fcfdbb8389f307 | |
parent | a9853dd6d285c30a3ddeb3cce8c05e1678400bef [diff] |
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>