s390/cpu: Make setcc() function available to other files
commit3d0a615fe92501684d8d2dc54326f0241b666bd2
authorThomas Huth <thuth@linux.vnet.ibm.com>
Tue, 2 Jul 2013 11:43:38 +0000 (2 13:43 +0200)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Fri, 20 Sep 2013 10:46:53 +0000 (20 12:46 +0200)
tree3294e975f8c53a7314902d9213cf9852e5ab4ed4
parent1902269c19a2c8ba852f90f04d6dfde1d1145d6f
s390/cpu: Make setcc() function available to other files

Moved the setcc() function to cpu.h so that it can be used by other
files, too. It now also does not modify the kvm state anymore since
this gets updated during kvm_arch_put_registers() anyway.

Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
target-s390x/cpu.h
target-s390x/kvm.c