|
@@ -1154,11 +1154,6 @@ static int __init nohibernate_setup(char *str)
|
|
|
return 1;
|
|
|
}
|
|
|
|
|
|
-static int __init kaslr_nohibernate_setup(char *str)
|
|
|
-{
|
|
|
- return nohibernate_setup(str);
|
|
|
-}
|
|
|
-
|
|
|
static int __init page_poison_nohibernate_setup(char *str)
|
|
|
{
|
|
|
#ifdef CONFIG_PAGE_POISONING_ZERO
|
|
@@ -1182,5 +1177,4 @@ __setup("hibernate=", hibernate_setup);
|
|
|
__setup("resumewait", resumewait_setup);
|
|
|
__setup("resumedelay=", resumedelay_setup);
|
|
|
__setup("nohibernate", nohibernate_setup);
|
|
|
-__setup("kaslr", kaslr_nohibernate_setup);
|
|
|
__setup("page_poison=", page_poison_nohibernate_setup);
|