diff options
Diffstat (limited to 'arch/arm64/include/asm/cacheflush.h')
-rw-r--r-- | arch/arm64/include/asm/cacheflush.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/include/asm/cacheflush.h b/arch/arm64/include/asm/cacheflush.h index 0094c6653b06..d264a7274811 100644 --- a/arch/arm64/include/asm/cacheflush.h +++ b/arch/arm64/include/asm/cacheflush.h | |||
@@ -36,7 +36,7 @@ | |||
36 | * Start addresses are inclusive and end addresses are exclusive; start | 36 | * Start addresses are inclusive and end addresses are exclusive; start |
37 | * addresses should be rounded down, end addresses up. | 37 | * addresses should be rounded down, end addresses up. |
38 | * | 38 | * |
39 | * See Documentation/cachetlb.txt for more information. Please note that | 39 | * See Documentation/core-api/cachetlb.rst for more information. Please note that |
40 | * the implementation assumes non-aliasing VIPT D-cache and (aliasing) | 40 | * the implementation assumes non-aliasing VIPT D-cache and (aliasing) |
41 | * VIPT I-cache. | 41 | * VIPT I-cache. |
42 | * | 42 | * |