2010-01-05 Yves Blusseau <blusseau@zetam.org>
* commands/acpi.c (grub_acpi_create_ebda): fix incorrect message.
This commit is contained in:
parent
6581dd3a58
commit
465c787b50
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2010-01-05 Yves Blusseau <blusseau@zetam.org>
|
||||||
|
|
||||||
|
* commands/acpi.c (grub_acpi_create_ebda): fix incorrect message.
|
||||||
|
|
||||||
2010-01-05 Yves Blusseau <yves.blusseau@zetam.org>
|
2010-01-05 Yves Blusseau <yves.blusseau@zetam.org>
|
||||||
|
|
||||||
* util/sparc64/ieee1275/grub-mkimage.c (main): Typo fix.
|
* util/sparc64/ieee1275/grub-mkimage.c (main): Typo fix.
|
||||||
|
|
|
@ -229,7 +229,7 @@ grub_acpi_create_ebda (void)
|
||||||
sizeof (struct grub_acpi_rsdp_v10)) == 0)
|
sizeof (struct grub_acpi_rsdp_v10)) == 0)
|
||||||
{
|
{
|
||||||
grub_memcpy (target, v1, sizeof (struct grub_acpi_rsdp_v10));
|
grub_memcpy (target, v1, sizeof (struct grub_acpi_rsdp_v10));
|
||||||
grub_dprintf ("acpi", "Copying rsdpv2 to %p\n", target);
|
grub_dprintf ("acpi", "Copying rsdpv1 to %p\n", target);
|
||||||
v1inebda = target;
|
v1inebda = target;
|
||||||
target += sizeof (struct grub_acpi_rsdp_v10);
|
target += sizeof (struct grub_acpi_rsdp_v10);
|
||||||
target = (grub_uint8_t *) ((((long) target - 1) | 0xf) + 1);
|
target = (grub_uint8_t *) ((((long) target - 1) | 0xf) + 1);
|
||||||
|
|
Loading…
Add table
Reference in a new issue