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

2010-05-17 Thread Scott Wood
On 04/16/2010 02:03 PM, Anton Vorontsov wrote: + /* restore the MSR */ + lwz r3,SL_MSR(r11) + + /* Restore TB */ + li r3,0 Missing mtmsr? Otherwise ACK. -Scott ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.

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

2010-05-17 Thread Kumar Gala
On Apr 16, 2010, at 2:03 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 v4] powerpc: Add hibernation support for FSL BookE processors

2010-04-16 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