commit | 5b9f95699b2166e06b7d7820c8173fdbff0ddf35 | [log] [tgz] |
---|---|---|
author | Vincent Chen <vincentc@andestech.com> | Mon May 14 16:56:53 2018 +0800 |
committer | Greentime Hu <greentime@andestech.com> | Wed May 23 13:26:22 2018 +0800 |
tree | 1694110e55a861e35815d22ab84cc91076498243 | |
parent | efcc4ea872edaeded28245d9b2ca8b9d8181b7cf [diff] |
nds32: Flush the cache of the page at vmaddr instead of kaddr in flush_anon_page According to Documentation/cachetlb.txt, the cache of the page at vmaddr shall be flushed in flush_anon_page instead of the cache of the page at page_address(page). Signed-off-by: Vincent Chen <vincentc@andestech.com> Reviewed-by: Greentime Hu <greentime@andestech.com> Signed-off-by: Greentime Hu <greentime@andestech.com>