| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * linux/arch/arm/kernel/sys_arm.c |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) People who wrote linux/arch/i386/kernel/sys_i386.c |
|---|
| 5 | 6 | * Copyright (C) 1995, 1996 Russell King. |
|---|
| 6 | | - * |
|---|
| 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 | 7 | * |
|---|
| 11 | 8 | * This file contains various random system calls that |
|---|
| 12 | 9 | * have a non-standard calling sequence on the Linux/arm |
|---|