]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
s390/pfault: use __set_task_state
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Thu, 10 May 2012 07:56:34 +0000 (09:56 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 16 May 2012 12:42:42 +0000 (14:42 +0200)
commit0a16ba7866fd5cd802d49801a099f4c558ce99c7
tree17f281a9944060b198c54720c73fa652e7474935
parent54c27791227756b37504bd35b9ad0a40d1ae4c4b
s390/pfault: use __set_task_state

Use __set_task_state() instead of set_task_state(). Saves a couple of
instructions, since the memory barrier is not needed here.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/mm/fault.c