summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/swsusp_booke.S
Commit message (Collapse)AuthorAgeFilesLines
* powerpc/fsl-booke: Add hibernation support for FSL BookE processorsAnton Vorontsov2010-05-211-0/+193
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 <avorontsov@mvista.com> Acked-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>