diff options
Diffstat (limited to 'arch/arm/mm/proc-sa110.S')
-rw-r--r-- | arch/arm/mm/proc-sa110.S | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/mm/proc-sa110.S b/arch/arm/mm/proc-sa110.S index ee2ce496239f..d5bc5d702563 100644 --- a/arch/arm/mm/proc-sa110.S +++ b/arch/arm/mm/proc-sa110.S | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/mm/proc-sa110.S | 3 | * linux/arch/arm/mm/proc-sa110.S |
3 | * | 4 | * |
4 | * Copyright (C) 1997-2002 Russell King | 5 | * Copyright (C) 1997-2002 Russell King |
5 | * hacked for non-paged-MM by Hyok S. Choi, 2003. | 6 | * hacked for non-paged-MM by Hyok S. Choi, 2003. |
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 | * MMU functions for SA110 | 8 | * MMU functions for SA110 |
12 | * | 9 | * |
13 | * These are the low level assembler for performing cache and TLB | 10 | * These are the low level assembler for performing cache and TLB |