From: Andy Lutomirski Date: Thu, 25 Aug 2011 20:10:33 +0000 (-0400) Subject: x86-32: Fix boot with CONFIG_X86_INVD_BUG X-Git-Tag: v3.1-rc4~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4ca46e4e82a0a5976fe5eab85be585d75f8202f;p=pandora-kernel.git x86-32: Fix boot with CONFIG_X86_INVD_BUG entry_32.S contained a hardcoded alternative instruction entry, and the format changed in commit 59e97e4d6fbc ("x86: Make alternative instruction pointers relative"). Replace the hardcoded entry with the altinstruction_entry macro. This fixes the 32-bit boot with CONFIG_X86_INVD_BUG=y. Reported-and-tested-by: Arnaud Lacombe Signed-off-by: Andy Lutomirski Cc: Peter Anvin Cc: Ingo Molnar Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed