powerpc/fsl-booke: Add hibernation support for FSL BookE processors
authorAnton Vorontsov <avorontsov@mvista.com>
Mon, 17 May 2010 18:56:52 +0000 (22:56 +0400)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 21 May 2010 12:41:53 +0000 (07:41 -0500)
commit90103f932f0d94e0a1a0e4faf20fb24a0b07264c
treeba38665aaf78cf64928baa0c7155c2d7770f8519
parentfe04b1121511a97982a1fcdd38e44d2029304a6d
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 <avorontsov@mvista.com>
Acked-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/kernel/Makefile
arch/powerpc/kernel/swsusp_booke.S [new file with mode: 0644]