forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4
kernel/arch/sh/include/asm/sfp-machine.h
....@@ -1,4 +1,6 @@
1
-/* Machine-dependent software floating-point definitions.
1
+/* SPDX-License-Identifier: GPL-2.0+
2
+ *
3
+ * Machine-dependent software floating-point definitions.
24 SuperH kernel version.
35 Copyright (C) 1997,1998,1999 Free Software Foundation, Inc.
46 This file is part of the GNU C Library.
....@@ -6,21 +8,7 @@
68 Jakub Jelinek (jj@ultra.linux.cz),
79 David S. Miller (davem@redhat.com) and
810 Peter Maydell (pmaydell@chiark.greenend.org.uk).
9
-
10
- The GNU C Library is free software; you can redistribute it and/or
11
- modify it under the terms of the GNU Library General Public License as
12
- published by the Free Software Foundation; either version 2 of the
13
- License, or (at your option) any later version.
14
-
15
- The GNU C Library is distributed in the hope that it will be useful,
16
- but WITHOUT ANY WARRANTY; without even the implied warranty of
17
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18
- Library General Public License for more details.
19
-
20
- You should have received a copy of the GNU Library General Public
21
- License along with the GNU C Library; see the file COPYING.LIB. If
22
- not, write to the Free Software Foundation, Inc.,
23
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
11
+*/
2412
2513 #ifndef _SFP_MACHINE_H
2614 #define _SFP_MACHINE_H