Re: [PATCH] [s390]: Use .rept directive to store/load fpu registers

2015-09-07 Thread Heiko Carstens
On Tue, Sep 01, 2015 at 09:51:32AM +0200, Christian Borntraeger wrote: > Am 28.08.2015 um 15:49 schrieb Alexander Kuleshov: > > arch/s390/kernel/swsusp.S | 49 > > --- > > 1 file changed, 17 insertions(+), 32 deletions(-) > > > > diff --git

Re: [PATCH] [s390]: Use .rept directive to store/load fpu registers

2015-09-07 Thread Heiko Carstens
On Tue, Sep 01, 2015 at 09:51:32AM +0200, Christian Borntraeger wrote: > Am 28.08.2015 um 15:49 schrieb Alexander Kuleshov: > > arch/s390/kernel/swsusp.S | 49 > > --- > > 1 file changed, 17 insertions(+), 32 deletions(-) > > > > diff --git

Re: [PATCH] [s390]: Use .rept directive to store/load fpu registers

2015-09-01 Thread Christian Borntraeger
Am 28.08.2015 um 15:49 schrieb Alexander Kuleshov: > We can use .rept directive to simplify/decrease assembly code > that makes storing and loading floating point registers in the > arch/s390/kernel/swsusp.S. > > The resulting code after the patch is the same that before > > 2c4: 68 00 d2 00

Re: [PATCH] [s390]: Use .rept directive to store/load fpu registers

2015-09-01 Thread Christian Borntraeger
Am 28.08.2015 um 15:49 schrieb Alexander Kuleshov: > We can use .rept directive to simplify/decrease assembly code > that makes storing and loading floating point registers in the > arch/s390/kernel/swsusp.S. > > The resulting code after the patch is the same that before > > 2c4: 68 00 d2 00

[PATCH] [s390]: Use .rept directive to store/load fpu registers

2015-08-28 Thread Alexander Kuleshov
We can use .rept directive to simplify/decrease assembly code that makes storing and loading floating point registers in the arch/s390/kernel/swsusp.S. The resulting code after the patch is the same that before 2c4: 68 00 d2 00 ld %f0,512(%r13) 2c8: 68 10 d2 08

[PATCH] [s390]: Use .rept directive to store/load fpu registers

2015-08-28 Thread Alexander Kuleshov
We can use .rept directive to simplify/decrease assembly code that makes storing and loading floating point registers in the arch/s390/kernel/swsusp.S. The resulting code after the patch is the same that before 2c4: 68 00 d2 00 ld %f0,512(%r13) 2c8: 68 10 d2 08