]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ahci: Fix cache align error messages
authorRoger Quadros <rogerq@ti.com>
Mon, 11 Nov 2013 14:56:38 +0000 (16:56 +0200)
committerTom Rini <trini@ti.com>
Wed, 4 Dec 2013 13:12:08 +0000 (08:12 -0500)
commit2faf5fb82ed6f3df07635cddca0a2a54e3ef74ef
treefb1cfca52da716b2831b87948d5f427afb7e7a1f
parentd73763a4fbc741b3faee43d0a668dd220a81d772
ahci: Fix cache align error messages

Align the ATA ID buffer to the cache-line boundary. This gets rid
of the below error mesages on ARM v7 platforms.

 scanning bus for devices...
 ERROR: v7_dcache_inval_range - start address is not aligned - 0xfee48618
 ERROR: v7_dcache_inval_range - stop address is not aligned - 0xfee48818

CC: Aneesh V <aneesh@ti.com>
Signed-off-by: Roger Quadros <rogerq@ti.com>
drivers/block/ahci.c