projects
/
openwrt
/
staging
/
blogic.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
<
[email protected]
>
Sun, 6 May 2007 21:50:51 +0000
(14:50 -0700)
committer
Linus Torvalds
<
[email protected]
>
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 <
[email protected]
>
Cc: Nigel Cunningham <
[email protected]
>
Cc: Pavel Machek <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
kernel/power/user.c
patch
|
blob
|
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);