]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
s390: replace TIF_SIE with PF_VCPU
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 3 May 2012 13:50:44 +0000 (15:50 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 16 May 2012 12:42:39 +0000 (14:42 +0200)
commit5e8010cb50d3de7202641c0088c211f7c9593ebc
tree56e43d01cb815ccac549af9c3c4a1dfd82fb5dee
parent161beff8f40d83bb144b52f34cf966357162cdf1
s390: replace TIF_SIE with PF_VCPU

Replace the check for TIF_SIE in the fault handler by a check for PF_VCPU.
With the last user of TIF_SIE gone we can now remove the bit.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/thread_info.h
arch/s390/kernel/entry64.S
arch/s390/mm/fault.c