diff options
Diffstat (limited to 'arch/arm/mm/copypage-xscale.c')
-rw-r--r-- | arch/arm/mm/copypage-xscale.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/mm/copypage-xscale.c b/arch/arm/mm/copypage-xscale.c index 63b921936754..61d834157bc0 100644 --- a/arch/arm/mm/copypage-xscale.c +++ b/arch/arm/mm/copypage-xscale.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/lib/copypage-xscale.S | 3 | * linux/arch/arm/lib/copypage-xscale.S |
3 | * | 4 | * |
4 | * Copyright (C) 1995-2005 Russell King | 5 | * Copyright (C) 1995-2005 Russell King |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | * This handles the mini data cache, as found on SA11x0 and XScale | 7 | * This handles the mini data cache, as found on SA11x0 and XScale |
11 | * processors. When we copy a user page page, we map it in such a way | 8 | * processors. When we copy a user page page, we map it in such a way |
12 | * that accesses to this page will not touch the main data cache, but | 9 | * that accesses to this page will not touch the main data cache, but |