* grub-core/loader/powerpc/ieee1275/linux.c (grub_linux_boot): Sync
caches.
This commit is contained in:
parent
8dcbe03b82
commit
49cea015c0
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-06-06 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/loader/powerpc/ieee1275/linux.c (grub_linux_boot): Sync
|
||||
caches.
|
||||
|
||||
2012-06-06 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/grub-fstest.c (cmd_crc): Use grub_get_unaligned32 for safety.
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
#include <grub/i18n.h>
|
||||
#include <grub/memory.h>
|
||||
#include <grub/lib/cmdline.h>
|
||||
#include <grub/cache.h>
|
||||
|
||||
GRUB_MOD_LICENSE ("GPLv3+");
|
||||
|
||||
|
@ -102,6 +103,7 @@ grub_linux_boot (void)
|
|||
kernel_entry_t linuxmain;
|
||||
grub_ssize_t actual;
|
||||
|
||||
grub_arch_sync_caches ((void *) linux_addr, linux_size);
|
||||
/* Set the command line arguments. */
|
||||
grub_ieee1275_set_property (grub_ieee1275_chosen, "bootargs", linux_args,
|
||||
grub_strlen (linux_args) + 1, &actual);
|
||||
|
|
Loading…
Reference in a new issue