Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3245
b: refs/heads/master
c: 648be31
h: refs/heads/master
i:
  3243: 5648c99
v: v3
  • Loading branch information
Pavel Machek authored and Linus Torvalds committed Jun 25, 2005
1 parent 582e101 commit 0eeace2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fc5fb2c609c6acef15a8b062063e9135fb08b4d2
refs/heads/master: 648be3188135add682349e86d46d07cc11c8eb57
1 change: 0 additions & 1 deletion trunk/arch/i386/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ CONFIG_HAVE_DEC_LOCK=y
#
CONFIG_PM=y
CONFIG_SOFTWARE_SUSPEND=y
# CONFIG_PM_DISK is not set

#
# ACPI (Advanced Configuration and Power Interface) Support
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/i386/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ static void __init pagetable_init (void)
#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
* driver might have split up a kernel 4MB mapping.
Expand Down
2 changes: 1 addition & 1 deletion trunk/mm/page_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ int swap_readpage(struct file *file, struct page *page)
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
* and wait on the I/O. The caller must have a ref on the page.
Expand Down

0 comments on commit 0eeace2

Please sign in to comment.