Quoting Pavel Machek (2014-02-27 14:18:19)
On Tue 2014-02-25 16:02:00, Sebastian Capella wrote:
+static int notrace __swsusp_arch_save_image(unsigned long unused)
This is static, so maybe arch_save_image() is better name?
+static u8 __swsusp_resume_stk[PAGE_SIZE/2] __nosavedata;
resume_stack?
Hi Pavel,
Thanks, renamed these statics.
Also changed __swsusp_arch_restore_image -> arch_restore_image
Thanks!
Sebastian