[ARM] attrib_alloc: fix outer cache flush end address
authorGary King <gking@nvidia.com>
Tue, 12 Oct 2010 22:37:01 +0000 (15:37 -0700)
committerRebecca Schultz Zavin <rebecca@android.com>
Wed, 13 Oct 2010 01:15:55 +0000 (18:15 -0700)
commitf3d83237eae91399947182e90d218d49054ff7c4
tree86803baa964cedf66902d0897a594cf303f42122
parent22adcfad507db0e5af942a0fac7d2928306c3db0
[ARM] attrib_alloc: fix outer cache flush end address

when allocating uncached pages, the outer cache should be flushed;
the end address should be specified in bytes, not in pages.

Change-Id: I3fe036f4f7e10e009f96567e3afeeef6ea603240
Signed-off-by: Gary King <gking@nvidia.com>
arch/arm/mm/attrib_alloc.c