From: David Vrabel Date: Thu, 8 May 2014 10:09:23 +0000 (+0100) Subject: xen: refactor suspend pre/post hooks X-Git-Tag: omap-for-v3.17/soc-cleanup~77^2~19 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa8532c32216ae07c3813b9aeb774517878a7573;p=pandora-kernel.git xen: refactor suspend pre/post hooks New architectures currently have to provide implementations of 5 different functions: xen_arch_pre_suspend(), xen_arch_post_suspend(), xen_arch_hvm_post_suspend(), xen_mm_pin_all(), and xen_mm_unpin_all(). Refactor the suspend code to only require xen_arch_pre_suspend() and xen_arch_post_suspend(). Signed-off-by: David Vrabel Reviewed-by: Boris Ostrovsky --- Reading git-diff-tree failed