X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=mm%2Fpercpu-vm.c;h=a2b395acef8929f77ea941578dc6b0f11b81479d;hb=121bddf39a8e39baf0df9ef1d688392c179935cd;hp=d8078de912de38a15626771fea1b25c5b3baf0a6;hpb=101cfc9f787d8ca22866a178f2c1684fb10f8c7a;p=linux.git diff --git a/mm/percpu-vm.c b/mm/percpu-vm.c index d8078de912de..a2b395acef89 100644 --- a/mm/percpu-vm.c +++ b/mm/percpu-vm.c @@ -1,11 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * mm/percpu-vm.c - vmalloc area based chunk allocation * * Copyright (C) 2010 SUSE Linux Products GmbH * Copyright (C) 2010 Tejun Heo * - * This file is released under the GPLv2. - * * Chunks are mapped into vmalloc areas and populated page by page. * This is the default chunk allocator. */