diff options
Diffstat (limited to 'mm/memcontrol.c')
-rw-r--r-- | mm/memcontrol.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/mm/memcontrol.c b/mm/memcontrol.c index e50a2db5b4ff..ca0bc6e6be13 100644 --- a/mm/memcontrol.c +++ b/mm/memcontrol.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* memcontrol.c - Memory Controller | 2 | /* memcontrol.c - Memory Controller |
2 | * | 3 | * |
3 | * Copyright IBM Corporation, 2007 | 4 | * Copyright IBM Corporation, 2007 |
@@ -19,16 +20,6 @@ | |||
19 | * Lockless page tracking & accounting | 20 | * Lockless page tracking & accounting |
20 | * Unified hierarchy configuration model | 21 | * Unified hierarchy configuration model |
21 | * Copyright (C) 2015 Red Hat, Inc., Johannes Weiner | 22 | * Copyright (C) 2015 Red Hat, Inc., Johannes Weiner |
22 | * | ||
23 | * This program is free software; you can redistribute it and/or modify | ||
24 | * it under the terms of the GNU General Public License as published by | ||
25 | * the Free Software Foundation; either version 2 of the License, or | ||
26 | * (at your option) any later version. | ||
27 | * | ||
28 | * This program is distributed in the hope that it will be useful, | ||
29 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
30 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
31 | * GNU General Public License for more details. | ||
32 | */ | 23 | */ |
33 | 24 | ||
34 | #include <linux/page_counter.h> | 25 | #include <linux/page_counter.h> |