s390/kvm: get rid of duplicate instruction
authorChristian Borntraeger <borntraeger@de.ibm.com>
Wed, 30 May 2012 19:58:46 +0000 (21:58 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 5 Jun 2012 11:23:35 +0000 (13:23 +0200)
After
commit 5e8010cb50d3de7202641c0088c211f7c9593ebc
    s390: replace TIF_SIE with PF_VCPU
there is no need to load the thread info before sie_loop where
it is also loaded.
Get rid of this duplicate instruction.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

No differences found