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.
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
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