Re: [PATCH v5] powerpc: Add hibernation support for FSL BookE processors

2010-05-17 Thread Anton Vorontsov
On Mon, May 17, 2010 at 04:22:37PM -0500, Kumar Gala wrote: [...] > > arch/powerpc/kernel/Makefile |8 +- > > arch/powerpc/kernel/swsusp_booke.S | 193 > > > > 2 files changed, 199 insertions(+), 2 deletions(-) > > create mode 100644 arch/powerpc/kerne

Re: [PATCH v5] powerpc: Add hibernation support for FSL BookE processors

2010-05-17 Thread Kumar Gala
On May 17, 2010, at 1:56 PM, Anton Vorontsov wrote: > 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 a

Re: [PATCH v5] powerpc: Add hibernation support for FSL BookE processors

2010-05-17 Thread Kumar Gala
On May 17, 2010, at 1:56 PM, Anton Vorontsov wrote: > 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 a

[PATCH v5] powerpc: Add hibernation support for FSL BookE processors

2010-05-17 Thread Anton Vorontsov
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 th