diff options
Diffstat (limited to 'arch/i386/kernel/e820.c')
-rw-r--r-- | arch/i386/kernel/e820.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/e820.c b/arch/i386/kernel/e820.c index e60cddbc4cfb..3c86b979a40a 100644 --- a/arch/i386/kernel/e820.c +++ b/arch/i386/kernel/e820.c | |||
@@ -321,7 +321,7 @@ static int __init request_standard_resources(void) | |||
321 | 321 | ||
322 | subsys_initcall(request_standard_resources); | 322 | subsys_initcall(request_standard_resources); |
323 | 323 | ||
324 | #if defined(CONFIG_PM) && defined(CONFIG_SOFTWARE_SUSPEND) | 324 | #if defined(CONFIG_PM) && defined(CONFIG_HIBERNATION) |
325 | /** | 325 | /** |
326 | * e820_mark_nosave_regions - Find the ranges of physical addresses that do not | 326 | * e820_mark_nosave_regions - Find the ranges of physical addresses that do not |
327 | * correspond to e820 RAM areas and mark the corresponding pages as nosave for | 327 | * correspond to e820 RAM areas and mark the corresponding pages as nosave for |