OSDN Git Service

bounce: fix cache maintenance for bounced highmem pages
authorGary King <gking@nvidia.com>
Mon, 6 Sep 2010 22:37:12 +0000 (15:37 -0700)
committerColin Cross <ccross@android.com>
Wed, 8 Sep 2010 21:35:06 +0000 (14:35 -0700)
commit040af2ba117ed65cf9ddd759391918476a8f2f2f
tree2778f9d1a2e46a3615a8f245ccc5dc455afbbded
parent11e8b2704f41f26e0e8426b77a5ae2592a4d71a0
bounce: fix cache maintenance for bounced highmem pages

the bounced page should be flushed after memcpy, to ensure that
architecture implementations can synchronize instruction and data
caches of the copied data.

Change-Id: I095a3463ec7fdaff3d0ff416f5648bc661fb5f8a
Signed-off-by: Gary King <gking@nvidia.com>
mm/bounce.c