diff options
author | Steve Capper <steve.capper@linaro.org> | 2013-05-17 11:33:28 (GMT) |
---|---|---|
committer | Steve Capper <steve.capper@linaro.org> | 2013-06-04 15:52:37 (GMT) |
commit | 0b19f93351dd68cb68a1a5b2d74e13d2ddfcfc64 (patch) | |
tree | 73eb1635f093b9351f1d1bb47f2614167def60ec /drivers/video/sis/init301.c | |
parent | dde1b65110353517816bcbc58539463396202244 (diff) | |
download | linux-fsl-qoriq-0b19f93351dd68cb68a1a5b2d74e13d2ddfcfc64.tar.xz |
ARM: mm: Add support for flushing HugeTLB pages.
On ARM we use the __flush_dcache_page function to flush the dcache
of pages when needed; usually when the PG_dcache_clean bit is unset
and we are setting a PTE.
A HugeTLB page is represented as a compound page consisting of an
array of pages. Thus to flush the dcache of a HugeTLB page, one must
flush more than a single page.
This patch modifies __flush_dcache_page such that all constituent
pages of a HugeTLB page are flushed.
Signed-off-by: Steve Capper <steve.capper@linaro.org>
Reviewed-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'drivers/video/sis/init301.c')
0 files changed, 0 insertions, 0 deletions