diff options
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/mm/cache.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/mm/cache.S b/arch/arm64/mm/cache.S index 48a386094fa3..1ea9f26d1b70 100644 --- a/arch/arm64/mm/cache.S +++ b/arch/arm64/mm/cache.S | |||
@@ -146,7 +146,7 @@ ENDPROC(flush_icache_range) | |||
146 | ENDPROC(__flush_cache_user_range) | 146 | ENDPROC(__flush_cache_user_range) |
147 | 147 | ||
148 | /* | 148 | /* |
149 | * __flush_kern_dcache_page(kaddr) | 149 | * __flush_dcache_area(kaddr, size) |
150 | * | 150 | * |
151 | * Ensure that the data held in the page kaddr is written back to the | 151 | * Ensure that the data held in the page kaddr is written back to the |
152 | * page in question. | 152 | * page in question. |