diff options
Diffstat (limited to 'arch/arm/kernel/iwmmxt.S')
-rw-r--r-- | arch/arm/kernel/iwmmxt.S | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/kernel/iwmmxt.S b/arch/arm/kernel/iwmmxt.S index 81cd4d43b3ec..0dcae787b004 100644 --- a/arch/arm/kernel/iwmmxt.S +++ b/arch/arm/kernel/iwmmxt.S | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/kernel/iwmmxt.S | 3 | * linux/arch/arm/kernel/iwmmxt.S |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * | 9 | * |
9 | * Full lazy switching support, optimizations and more, by Nicolas Pitre | 10 | * Full lazy switching support, optimizations and more, by Nicolas Pitre |
10 | * Copyright (c) 2003-2004, MontaVista Software, Inc. | 11 | * Copyright (c) 2003-2004, MontaVista Software, Inc. |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or modify | ||
13 | * it under the terms of the GNU General Public License version 2 as | ||
14 | * published by the Free Software Foundation. | ||
15 | */ | 12 | */ |
16 | 13 | ||
17 | #include <linux/linkage.h> | 14 | #include <linux/linkage.h> |