commit | 0a16ba7866fd5cd802d49801a099f4c558ce99c7 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Thu May 10 09:56:34 2012 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Wed May 16 14:42:42 2012 +0200 |
tree | 17f281a9944060b198c54720c73fa652e7474935 | |
parent | 54c27791227756b37504bd35b9ad0a40d1ae4c4b [diff] |
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>