Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23534
b: refs/heads/master
c: 2c3ca07
h: refs/heads/master
v: v3
  • Loading branch information
Andrey Borzenkov authored and Linus Torvalds committed Mar 25, 2006
1 parent e0a50c1 commit 12e471e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9871728b756646e0d758a966ba00f2c0ff812817
refs/heads/master: 2c3ca07d2f691a463b715c83122c87f57c2a7b7c
2 changes: 2 additions & 0 deletions trunk/arch/i386/boot/edd.S
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ edd_mbr_sig_read:
popw %es
popw %bx
jc edd_mbr_sig_done # on failure, we're done.
cmpb $0, %ah # some BIOSes do not set CF
jne edd_mbr_sig_done # on failure, we're done.
movl (EDDBUF+EDD_MBR_SIG_OFFSET), %eax # read sig out of the MBR
movl %eax, (%bx) # store success
incb (EDD_MBR_SIG_NR_BUF) # note that we stored something
Expand Down

0 comments on commit 12e471e

Please sign in to comment.