mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
[PATCH] swsusp: kill config_pm_disk
CONFIG_PM_DISK is long gone, but it still managed to survived at few places. Signed-off-by: Pavel Machek <pavel@suse.cz> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
fc5fb2c609
commit
648be31881
3 changed files with 2 additions and 3 deletions
|
@ -126,7 +126,6 @@ CONFIG_HAVE_DEC_LOCK=y
|
||||||
#
|
#
|
||||||
CONFIG_PM=y
|
CONFIG_PM=y
|
||||||
CONFIG_SOFTWARE_SUSPEND=y
|
CONFIG_SOFTWARE_SUSPEND=y
|
||||||
# CONFIG_PM_DISK is not set
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# ACPI (Advanced Configuration and Power Interface) Support
|
# ACPI (Advanced Configuration and Power Interface) Support
|
||||||
|
|
|
@ -352,7 +352,7 @@ static void __init pagetable_init (void)
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(CONFIG_PM_DISK) || defined(CONFIG_SOFTWARE_SUSPEND)
|
#ifdef CONFIG_SOFTWARE_SUSPEND
|
||||||
/*
|
/*
|
||||||
* Swap suspend & friends need this for resume because things like the intel-agp
|
* Swap suspend & friends need this for resume because things like the intel-agp
|
||||||
* driver might have split up a kernel 4MB mapping.
|
* driver might have split up a kernel 4MB mapping.
|
||||||
|
|
|
@ -127,7 +127,7 @@ out:
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(CONFIG_SOFTWARE_SUSPEND) || defined(CONFIG_PM_DISK)
|
#ifdef CONFIG_SOFTWARE_SUSPEND
|
||||||
/*
|
/*
|
||||||
* A scruffy utility function to read or write an arbitrary swap page
|
* A scruffy utility function to read or write an arbitrary swap page
|
||||||
* and wait on the I/O. The caller must have a ref on the page.
|
* and wait on the I/O. The caller must have a ref on the page.
|
||||||
|
|
Loading…
Reference in a new issue