diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2015-08-13 13:44:34 +0200 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2015-08-19 10:39:54 +0200 |
commit | cabc4abe8e368d754805691b146f31f574533cfa (patch) | |
tree | cfa9c771c327b1cb1ac5014b439a7ae30ed9d275 /sound/sound_core.c | |
parent | 92d6289105d134582094eede00192bd66f54905f (diff) | |
download | talos-obmc-linux-cabc4abe8e368d754805691b146f31f574533cfa.tar.gz talos-obmc-linux-cabc4abe8e368d754805691b146f31f574533cfa.zip |
s390/uaccess: remove uaccess_primary kernel parameter
get_user() and put_user() are inline functions in the meantime
again. Both will generate the mvcos instruction if compiled
with -march=z10 (or greater).
The kernel parameter "uaccess_primary" can only change the behavior
of out-of-line uaccess functions like copy_from_user() to not use
the mvcos instruction, but not for the above named inlined functions.
Therefore it is quite useless and the parameter can be removed.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'sound/sound_core.c')
0 files changed, 0 insertions, 0 deletions