* grub-core/kern/arm/cache.c (grub_arm_disable_caches_mmu): Use v6

algorithm on v5.

	Suggested by: Leif Lindholm.
This commit is contained in:
Vladimir Serbinenko 2013-12-22 22:33:35 +01:00
parent 77ec462a56
commit adabfb5418
2 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,10 @@
2013-12-22 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/arm/cache.c (grub_arm_disable_caches_mmu): Use v6
algorithm on v5.
Suggested by: Leif Lindholm.
2013-12-22 Andrey Borzenkov <arvidjaar@gmail.com>
* util/grub-mkconfig.in: Fix Xen platform conditions.