diff options
Diffstat (limited to 'arch/arm/kernel/sys_arm.c')
-rw-r--r-- | arch/arm/kernel/sys_arm.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/kernel/sys_arm.c b/arch/arm/kernel/sys_arm.c index bdf7514204ab..a5f183cfecb1 100644 --- a/arch/arm/kernel/sys_arm.c +++ b/arch/arm/kernel/sys_arm.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/kernel/sys_arm.c | 3 | * linux/arch/arm/kernel/sys_arm.c |
3 | * | 4 | * |
4 | * Copyright (C) People who wrote linux/arch/i386/kernel/sys_i386.c | 5 | * Copyright (C) People who wrote linux/arch/i386/kernel/sys_i386.c |
5 | * Copyright (C) 1995, 1996 Russell King. | 6 | * Copyright (C) 1995, 1996 Russell King. |
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 | * This file contains various random system calls that | 8 | * This file contains various random system calls that |
12 | * have a non-standard calling sequence on the Linux/arm | 9 | * have a non-standard calling sequence on the Linux/arm |
13 | * platform. | 10 | * platform. |