From: H. Peter Anvin Date: Thu, 13 Sep 2007 21:16:37 +0000 (-0700) Subject: [acpi] Correct the decoding of video mode numbers in wakeup.S X-Git-Tag: v2.6.23-rc8~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91c4b8cb5ab8cc3e8352739e35699c0487a6b6f3;p=pandora-kernel.git [acpi] Correct the decoding of video mode numbers in wakeup.S wakeup.S looks at the video mode number from the setup header and looks to see if it is a VESA mode. Unfortunately, the decoding is done incorrectly and it will attempt to frob the VESA BIOS for any mode number 0x0200 or larger. Correct this, and remove a bunch of #if 0'd code. Massive thanks to Jeff Chua for reporting the bug, and suffering though a large number of experiments in order to track this problem down. Cc: Pavel Machek Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed