* kern/arm/cache.S: Correct access to ilinesz/dlinesz variables.

Clean up stack manipulation (sync_caches_armv*)
This commit is contained in:
Leif Lindholm 2013-09-19 09:21:24 +02:00 committed by Vladimir 'phcoder' Serbinenko
parent 90379808b6
commit e70d6736ff
2 changed files with 10 additions and 4 deletions

View file

@ -3,6 +3,11 @@
* docs/grub.texi (Networking commands): Add documentation for
network related commands.
2013-09-19 Leif Lindholm <leif.lindholm@linaro.org>
* kern/arm/cache.S: Correct access to ilinesz/dlinesz variables.
Clean up stack manipulation (sync_caches_armv*)
2013-09-19 Vladimir Serbinenko <phcoder@gmail.com>
* util/lvm.c: Remove since unused. Remove remaining references.