]> git.baikalelectronics.ru Git - kernel.git/commit
s390/uaccess: make setfs macro return void
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Mon, 14 Nov 2016 13:28:51 +0000 (14:28 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 23 Nov 2016 15:02:19 +0000 (16:02 +0100)
commit10745add74f0318d3d633479f75e66774b5a7f32
tree6117da21ca85981de274db89803909e220f7a511
parentf320bab1387518824e59ff3eb17d944e5de2d7e4
s390/uaccess: make setfs macro return void

For an unknown (historic) reason the s390 specific implementation of
set_fs returns whatever the __ctl_load would return. The set_fs macro
however is supposed to return void.
Change the macro to do that.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/uaccess.h