diff options
Diffstat (limited to 'mm/memcontrol.c')
-rw-r--r-- | mm/memcontrol.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/memcontrol.c b/mm/memcontrol.c index 44f9f9c89f0c..79abb1fd39d2 100644 --- a/mm/memcontrol.c +++ b/mm/memcontrol.c | |||
@@ -5034,6 +5034,7 @@ __setup("swapaccount", enable_swap_account); | |||
5034 | 5034 | ||
5035 | static int __init disable_swap_account(char *s) | 5035 | static int __init disable_swap_account(char *s) |
5036 | { | 5036 | { |
5037 | printk_once("noswapaccount is deprecated and will be removed in 2.6.40. Use swapaccount=0 instead\n"); | ||
5037 | enable_swap_account("=0"); | 5038 | enable_swap_account("=0"); |
5038 | return 1; | 5039 | return 1; |
5039 | } | 5040 | } |