hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/powerpc/kvm/fpu.S
....@@ -1,19 +1,14 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * FPU helper code to use FPU operations from inside the kernel
34 *
45 * Copyright (C) 2010 Alexander Graf (agraf@suse.de)
5
- *
6
- * This program is free software; you can redistribute it and/or
7
- * modify it under the terms of the GNU General Public License
8
- * as published by the Free Software Foundation; either version
9
- * 2 of the License, or (at your option) any later version.
10
- *
116 */
127
8
+#include <linux/pgtable.h>
139 #include <asm/reg.h>
1410 #include <asm/page.h>
1511 #include <asm/mmu.h>
16
-#include <asm/pgtable.h>
1712 #include <asm/cputable.h>
1813 #include <asm/cache.h>
1914 #include <asm/thread_info.h>