Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-26 | sparc64: Fix hibernation code refrence to PAGE_OFFSET. | David S. Miller | |
We changed PAGE_OFFSET to be a variable rather than a constant, but this reference here in the hibernate assembler got missed. Signed-off-by: David S. Miller <davem@davemloft.net> | |||
2013-03-20 | sparc64: Hibernation support | Tkhai Kirill | |
This patch adds CONFIG_HIBERNATION support for sparc64 architecture. The suspend function is the same as on another platforms. The restore function uses Bypass feature of MMU which allows to make the process more comfortable and plesant. Signed-off-by: Kirill Tkhai <tkhai@yandex.ru> CC: David Miller <davem@davemloft.net> CC: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net> |