aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/tlb-v7.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mm/tlb-v7.S')
-rw-r--r--arch/arm/mm/tlb-v7.S5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/mm/tlb-v7.S b/arch/arm/mm/tlb-v7.S
index e5101a3bc57c..1bb28d7db567 100644
--- a/arch/arm/mm/tlb-v7.S
+++ b/arch/arm/mm/tlb-v7.S
@@ -1,13 +1,10 @@
1/* SPDX-License-Identifier: GPL-2.0-only */
1/* 2/*
2 * linux/arch/arm/mm/tlb-v7.S 3 * linux/arch/arm/mm/tlb-v7.S
3 * 4 *
4 * Copyright (C) 1997-2002 Russell King 5 * Copyright (C) 1997-2002 Russell King
5 * Modified for ARMv7 by Catalin Marinas 6 * Modified for ARMv7 by Catalin Marinas
6 * 7 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
10 *
11 * ARM architecture version 6 TLB handling functions. 8 * ARM architecture version 6 TLB handling functions.
12 * These assume a split I/D TLB. 9 * These assume a split I/D TLB.
13 */ 10 */