aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/copypage-feroceon.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mm/copypage-feroceon.c')
-rw-r--r--arch/arm/mm/copypage-feroceon.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/mm/copypage-feroceon.c b/arch/arm/mm/copypage-feroceon.c
index cc819732d9b8..064b19e63571 100644
--- a/arch/arm/mm/copypage-feroceon.c
+++ b/arch/arm/mm/copypage-feroceon.c
@@ -1,12 +1,9 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * linux/arch/arm/mm/copypage-feroceon.S 3 * linux/arch/arm/mm/copypage-feroceon.S
3 * 4 *
4 * Copyright (C) 2008 Marvell Semiconductors 5 * Copyright (C) 2008 Marvell Semiconductors
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 copy_user_highpage and clear_user_page on Feroceon 7 * This handles copy_user_highpage and clear_user_page on Feroceon
11 * more optimally than the generic implementations. 8 * more optimally than the generic implementations.
12 */ 9 */