hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/arch/powerpc/kernel/vdso32/sigtramp.S
....@@ -1,14 +1,10 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * Signal trampolines for 32 bits processes in a ppc64 kernel for
34 * use in the vDSO
45 *
56 * Copyright (C) 2004 Benjamin Herrenschmuidt (benh@kernel.crashing.org), IBM Corp.
67 * Copyright (C) 2004 Alan Modra (amodra@au.ibm.com)), IBM Corp.
7
- *
8
- * This program is free software; you can redistribute it and/or
9
- * modify it under the terms of the GNU General Public License
10
- * as published by the Free Software Foundation; either version
11
- * 2 of the License, or (at your option) any later version.
128 */
139 #include <asm/processor.h>
1410 #include <asm/ppc_asm.h>