projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7ee2e5
)
swsusp: fix snapshot_release
author
Rafael J. Wysocki
<rjw@sisk.pl>
Sun, 6 May 2007 21:50:51 +0000
(14:50 -0700)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Mon, 7 May 2007 19:12:59 +0000
(12:12 -0700)
Remove the leftover enable_nonboot_cpus() from snapshot_release().
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Cc: Nigel Cunningham <nigel@nigel.suspend2.net>
Cc: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/power/user.c
patch
|
blob
|
blame
|
history
diff --git
a/kernel/power/user.c
b/kernel/power/user.c
index ad4e10208cdedacdaec754a968eb8c04a4d41283..040560d9c3123b50502fdfd3dd0518e822086060 100644
(file)
--- a/
kernel/power/user.c
+++ b/
kernel/power/user.c
@@
-86,7
+86,6
@@
static int snapshot_release(struct inode *inode, struct file *filp)
if (data->frozen) {
mutex_lock(&pm_mutex);
thaw_processes();
- enable_nonboot_cpus();
mutex_unlock(&pm_mutex);
}
atomic_inc(&snapshot_device_available);