From: H. Peter Anvin Date: Fri, 10 Aug 2007 21:20:26 +0000 (-0700) Subject: [x86 setup] The current display page is returned in %bh, not %bl X-Git-Tag: v2.6.23-rc4~132^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=362cea339a34e04caae6cad67ea9bde5c100d12b;p=pandora-kernel.git [x86 setup] The current display page is returned in %bh, not %bl The current display page is an 8-bit number, even though struct screen_info gives it a 16-bit number. The number is returned in %bh, so it needs to be >> 8 before storing. Special thanks to Jeff Chua for detailed bug reporting. Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed