hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/include/linux/rcu_node_tree.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0+ */
12 /*
23 * RCU node combining tree definitions. These are used to compute
34 * global attributes while avoiding common-case global contention. A key
....@@ -11,23 +12,9 @@
1112 * because the size of the TREE SRCU srcu_struct structure depends
1213 * on these definitions.
1314 *
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
- *
2815 * Copyright IBM Corporation, 2017
2916 *
30
- * Author: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
17
+ * Author: Paul E. McKenney <paulmck@linux.ibm.com>
3118 */
3219
3320 #ifndef __LINUX_RCU_NODE_TREE_H