.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Signal trampolines for 32 bits processes in a ppc64 kernel for |
---|
3 | 4 | * use in the vDSO |
---|
4 | 5 | * |
---|
5 | 6 | * Copyright (C) 2004 Benjamin Herrenschmuidt (benh@kernel.crashing.org), IBM Corp. |
---|
6 | 7 | * 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. |
---|
12 | 8 | */ |
---|
13 | 9 | #include <asm/processor.h> |
---|
14 | 10 | #include <asm/ppc_asm.h> |
---|