git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28e8351
)
[x86 setup] The current display page is returned in %bh, not %bl
author
H. Peter Anvin
<hpa@zytor.com>
Fri, 10 Aug 2007 21:20:26 +0000
(14:20 -0700)
committer
H. Peter Anvin
<hpa@zytor.com>
Tue, 14 Aug 2007 21:12:44 +0000
(14:12 -0700)
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 <hpa@zytor.com>
No differences found