diff options
Diffstat (limited to 'kernel/power/ztrsm_kernel_cell_LT.S')
-rw-r--r-- | kernel/power/ztrsm_kernel_cell_LT.S | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kernel/power/ztrsm_kernel_cell_LT.S b/kernel/power/ztrsm_kernel_cell_LT.S index ca8010091..0d88ded9a 100644 --- a/kernel/power/ztrsm_kernel_cell_LT.S +++ b/kernel/power/ztrsm_kernel_cell_LT.S @@ -38,7 +38,7 @@ #define ASSEMBLER #include "common.h" - + #ifndef __64BIT__ #define LOAD lwz #else @@ -106,7 +106,7 @@ #define PREA r30 #define PREC r31 #define PREB PREA - + #ifndef NEEDPARAM #ifndef DOUBLE @@ -641,7 +641,7 @@ LL(KERNEL_MainFinish): LFD f17, 1 * SIZE(BO) LFD f18, 2 * SIZE(BO) LFD f19, 3 * SIZE(BO) - + LFD f20, 4 * SIZE(BO) LFD f21, 5 * SIZE(BO) LFD f22, 6 * SIZE(BO) @@ -661,7 +661,7 @@ LL(KERNEL_MainFinish): LFD f17, 1 * SIZE(AO) LFD f18, 2 * SIZE(AO) LFD f19, 3 * SIZE(AO) - + LFD f20, 4 * SIZE(AO) LFD f21, 5 * SIZE(AO) LFD f22, 6 * SIZE(AO) @@ -998,7 +998,7 @@ LL(KERNEL_MainFinish): addi CO1, CO1, 4 * SIZE addi CO2, CO2, 4 * SIZE #endif - + #ifdef RT slwi r0, K, 1 + ZBASE_SHIFT add AORIG, AORIG, r0 |