forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/sh/kernel/cpu/sh3/ex.S
....@@ -1,14 +1,11 @@
1
-/*
1
+/* SPDX-License-Identifier: GPL-2.0
2
+ *
23 * arch/sh/kernel/cpu/sh3/ex.S
34 *
45 * The SH-3 and SH-4 exception vector table.
5
-
6
+ *
67 * Copyright (C) 1999, 2000, 2002 Niibe Yutaka
78 * Copyright (C) 2003 - 2008 Paul Mundt
8
- *
9
- * This file is subject to the terms and conditions of the GNU General Public
10
- * License. See the file "COPYING" in the main directory of this archive
11
- * for more details.
129 */
1310 #include <linux/linkage.h>
1411