]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - lib/atomic64.c
Merge branch 'enable-and-use-static_branch_deferred_inc'
[linux.git] / lib / atomic64.c
index 1d91e31eceec480e4945c9fd7152f61ebab701e5..7e69057515227d9dd4724af3882a55ecea3df206 100644 (file)
@@ -1,13 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Generic implementation of 64-bit atomics using spinlocks,
  * useful on processors that don't have 64-bit atomic instructions.
  *
  * Copyright © 2009 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com>
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version
- * 2 of the License, or (at your option) any later version.
  */
 #include <linux/types.h>
 #include <linux/cache.h>