[x86 setup] edd.c: make sure MBR signatures actually get reported
authorH. Peter Anvin <hpa@zytor.com>
Wed, 15 Aug 2007 00:36:00 +0000 (17:36 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 15 Aug 2007 00:55:31 +0000 (17:55 -0700)
commit9a5f35d4ede43fee791a486e0850e9e3afdde0a7
tree653790015cf2b8ee60fba7af52c09659d62a1174
parentc1a6e2b082a7cefe58315af7a461bbf2f33221a3
[x86 setup] edd.c: make sure MBR signatures actually get reported

When filling in the MBR signature array, the setup code failed to advance
boot_params.edd_mbr_sig_buf_entries, which resulted in the valid data
being ignored.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/i386/boot/edd.c