From: H. Peter Anvin Date: Tue, 16 Sep 2008 22:09:26 +0000 (-0700) Subject: x86 setup: handle more than 8 CPU flag words X-Git-Tag: v2.6.28-rc1~711^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97fc0555dae8f4d437c8672c14d7191962429be4;p=pandora-kernel.git 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 --- Reading git-diff-tree failed