]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - mm/percpu.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
[linux.git] / mm / percpu.c
index 2df0ee680ea6924796179be7dc005de363251d71..9821241fdedebff526e44b68e27fd89b543ddb4d 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * mm/percpu.c - percpu memory allocator
  *
@@ -7,8 +8,6 @@
  * Copyright (C) 2017          Facebook Inc.
  * Copyright (C) 2017          Dennis Zhou <dennisszhou@gmail.com>
  *
- * This file is released under the GPLv2 license.
- *
  * The percpu allocator handles both static and dynamic areas.  Percpu
  * areas are allocated in chunks which are divided into units.  There is
  * a 1-to-1 mapping for units to possible cpus.  These units are grouped