X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=mm%2Fpercpu.c;h=9821241fdedebff526e44b68e27fd89b543ddb4d;hb=41a247d896d20b2b7c73ec40523d7caf058c0698;hp=2df0ee680ea6924796179be7dc005de363251d71;hpb=083a685c2ee035dd6c47242ea2de6d9eed3bf929;p=platform%2Fkernel%2Flinux-rpi.git diff --git a/mm/percpu.c b/mm/percpu.c index 2df0ee6..9821241 100644 --- a/mm/percpu.c +++ b/mm/percpu.c @@ -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 * - * 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