]> git.proxmox.com Git - grub2.git/commitdiff
emu/cache: Change declaration of __clear_cache to match builtin declaration.
authorVladimir Serbinenko <phcoder@gmail.com>
Thu, 26 Feb 2015 21:20:59 +0000 (22:20 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Thu, 26 Feb 2015 21:20:59 +0000 (22:20 +0100)
Fixes compile of arm64-emu.

grub-core/kern/emu/cache.c

index 07be6756f9425179ff0f902210d9a9ad08285cd5..6f89e871acb4c0d6fce198228652ef3335402aec 100644 (file)
@@ -8,7 +8,7 @@
 #include "../ia64/cache.c"
 #elif defined (__arm__) || defined (__aarch64__)
 
-void __clear_cache (char *beg, char *end);
+void __clear_cache (void *beg, void *end);
 
 void
 grub_arch_sync_caches (void *address, grub_size_t len)