hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/powerpc/lib/ldstfp.S
....@@ -1,13 +1,9 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * Floating-point, VMX/Altivec and VSX loads and stores
34 * for use in instruction emulation.
45 *
56 * Copyright 2010 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com>
6
- *
7
- * This program is free software; you can redistribute it and/or
8
- * modify it under the terms of the GNU General Public License
9
- * as published by the Free Software Foundation; either version
10
- * 2 of the License, or (at your option) any later version.
117 */
128
139 #include <asm/processor.h>
....@@ -17,8 +13,6 @@
1713 #include <asm/asm-offsets.h>
1814 #include <asm/asm-compat.h>
1915 #include <linux/errno.h>
20
-
21
-#ifdef CONFIG_PPC_FPU
2216
2317 #define STKFRM (PPC_MIN_STKFRM + 16)
2418
....@@ -241,5 +235,3 @@
241235 MTMSRD(r6)
242236 isync
243237 blr
244
-
245
-#endif /* CONFIG_PPC_FPU */