diff options
Diffstat (limited to 'arch/arm/kernel/entry-armv.S')
-rw-r--r-- | arch/arm/kernel/entry-armv.S | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/kernel/entry-armv.S b/arch/arm/kernel/entry-armv.S index ce4aea57130a..0b8cfdd60b90 100644 --- a/arch/arm/kernel/entry-armv.S +++ b/arch/arm/kernel/entry-armv.S | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/kernel/entry-armv.S | 3 | * linux/arch/arm/kernel/entry-armv.S |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * ARM700 fix by Matthew Godbolt (linux-user@willothewisp.demon.co.uk) | 6 | * ARM700 fix by Matthew Godbolt (linux-user@willothewisp.demon.co.uk) |
6 | * nommu support by Hyok S. Choi (hyok.choi@samsung.com) | 7 | * nommu support by Hyok S. Choi (hyok.choi@samsung.com) |
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | * | ||
12 | * Low-level vector interface routines | 9 | * Low-level vector interface routines |
13 | * | 10 | * |
14 | * Note: there is a StrongARM bug in the STMIA rn, {regs}^ instruction | 11 | * Note: there is a StrongARM bug in the STMIA rn, {regs}^ instruction |