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:
01522df
)
x86, setup: preemptively save/restore edi and ebp around INT 15 E820
author
H. Peter Anvin
<hpa@zytor.com>
Sat, 28 Mar 2009 20:53:26 +0000
(13:53 -0700)
committer
H. Peter Anvin
<hpa@zytor.com>
Sun, 29 Mar 2009 01:18:20 +0000
(18:18 -0700)
Impact: BIOS bugproofing
Since there are BIOSes known to clobber %ebx and %esi for INT 15 E820,
assume there is something out there clobbering %edi and/or %ebp too,
and don't wait for it to fail.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
No differences found