]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] swsusp: move snapshot functionality to separate file
authorRafael J. Wysocki <rjw@sisk.pl>
Sun, 30 Oct 2005 22:59:56 +0000 (14:59 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 31 Oct 2005 01:37:14 +0000 (17:37 -0800)
commitf1a7d98e898802e3baa67c2ef5ba5939577e7899
treea25841a3f4c4cf087ce75c0907c00966f19d339a
parentc74339ea310150d04ebc21e4e4463aabecfbd3ea
[PATCH] swsusp: move snapshot functionality to separate file

The following patch moves the functionality of swsusp related to creating and
handling the snapshot of memory to a separate file, snapshot.c

This should enable us to untangle the code in the future and eventually to
implement some parts of swsusp.c in the user space.

The patch does not change the code.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Pavel Machek <pavel@suse.cz>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/suspend.h
kernel/power/Makefile
kernel/power/power.h
kernel/power/snapshot.c [new file with mode: 0644]
kernel/power/swsusp.c