From: Anton Vorontsov Date: Mon, 17 May 2010 18:56:52 +0000 (+0400) Subject: powerpc/fsl-booke: Add hibernation support for FSL BookE processors X-Git-Tag: v2.6.35-rc2~55^2~1^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90103f932f0d94e0a1a0e4faf20fb24a0b07264c;p=pandora-kernel.git powerpc/fsl-booke: Add hibernation support for FSL BookE processors This is started as swsusp_32.S modifications, but the amount of #ifdefs made the whole file horribly unreadable, so let's put the support into its own separate file. The code should be relatively easy to modify to support 44x BookEs as well, but since I don't have any 44x to test, let's confine the code to FSL BookE. (The only FSL-specific part so far is 'flush_dcache_L1'.) Signed-off-by: Anton Vorontsov Acked-by: Scott Wood Signed-off-by: Kumar Gala --- Reading git-diff-tree failed