aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/rcu_segcblist.h17
1 files changed, 2 insertions, 15 deletions
diff --git a/include/linux/rcu_segcblist.h b/include/linux/rcu_segcblist.h
index c3ad00e63556..87404cb015f1 100644
--- a/include/linux/rcu_segcblist.h
+++ b/include/linux/rcu_segcblist.h
@@ -1,3 +1,4 @@
1/* SPDX-License-Identifier: GPL-2.0+ */
1/* 2/*
2 * RCU segmented callback lists 3 * RCU segmented callback lists
3 * 4 *
@@ -5,23 +6,9 @@
5 * because the size of the TREE SRCU srcu_struct structure depends 6 * because the size of the TREE SRCU srcu_struct structure depends
6 * on these definitions. 7 * on these definitions.
7 * 8 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, you can access it online at
20 * http://www.gnu.org/licenses/gpl-2.0.html.
21 *
22 * Copyright IBM Corporation, 2017 9 * Copyright IBM Corporation, 2017
23 * 10 *
24 * Authors: Paul E. McKenney <paulmck@linux.vnet.ibm.com> 11 * Authors: Paul E. McKenney <paulmck@linux.net.ibm.com>
25 */ 12 */
26 13
27#ifndef __INCLUDE_LINUX_RCU_SEGCBLIST_H 14#ifndef __INCLUDE_LINUX_RCU_SEGCBLIST_H