.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0+ */ |
---|
1 | 2 | /* |
---|
2 | 3 | * RCU node combining tree definitions. These are used to compute |
---|
3 | 4 | * global attributes while avoiding common-case global contention. A key |
---|
.. | .. |
---|
11 | 12 | * because the size of the TREE SRCU srcu_struct structure depends |
---|
12 | 13 | * on these definitions. |
---|
13 | 14 | * |
---|
14 | | - * This program is free software; you can redistribute it and/or modify |
---|
15 | | - * it under the terms of the GNU General Public License as published by |
---|
16 | | - * the Free Software Foundation; either version 2 of the License, or |
---|
17 | | - * (at your option) any later version. |
---|
18 | | - * |
---|
19 | | - * This program is distributed in the hope that it will be useful, |
---|
20 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
21 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
22 | | - * GNU General Public License for more details. |
---|
23 | | - * |
---|
24 | | - * You should have received a copy of the GNU General Public License |
---|
25 | | - * along with this program; if not, you can access it online at |
---|
26 | | - * http://www.gnu.org/licenses/gpl-2.0.html. |
---|
27 | | - * |
---|
28 | 15 | * Copyright IBM Corporation, 2017 |
---|
29 | 16 | * |
---|
30 | | - * Author: Paul E. McKenney <paulmck@linux.vnet.ibm.com> |
---|
| 17 | + * Author: Paul E. McKenney <paulmck@linux.ibm.com> |
---|
31 | 18 | */ |
---|
32 | 19 | |
---|
33 | 20 | #ifndef __LINUX_RCU_NODE_TREE_H |
---|