aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/rcutiny.h17
1 files changed, 2 insertions, 15 deletions
diff --git a/include/linux/rcutiny.h b/include/linux/rcutiny.h
index af65d1f36ddb..8e727f57d814 100644
--- a/include/linux/rcutiny.h
+++ b/include/linux/rcutiny.h
@@ -1,23 +1,10 @@
1/* SPDX-License-Identifier: GPL-2.0+ */
1/* 2/*
2 * Read-Copy Update mechanism for mutual exclusion, the Bloatwatch edition. 3 * Read-Copy Update mechanism for mutual exclusion, the Bloatwatch edition.
3 * 4 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, you can access it online at
16 * http://www.gnu.org/licenses/gpl-2.0.html.
17 *
18 * Copyright IBM Corporation, 2008 5 * Copyright IBM Corporation, 2008
19 * 6 *
20 * Author: Paul E. McKenney <paulmck@linux.vnet.ibm.com> 7 * Author: Paul E. McKenney <paulmck@linux.ibm.com>
21 * 8 *
22 * For detailed explanation of Read-Copy Update mechanism see - 9 * For detailed explanation of Read-Copy Update mechanism see -
23 * Documentation/RCU 10 * Documentation/RCU