]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitbe29c81370d84648ce949f691fe612331a23c45f
tree653790015cf2b8ee60fba7af52c09659d62a1174
parent1f9e6dad50d8f77afac40120bd02931ddc63a28d
[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