fio: fix s390 nop
authorChristian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
Tue, 8 Apr 2014 15:52:01 +0000 (17:52 +0200)
committerJens Axboe <axboe@fb.com>
Tue, 8 Apr 2014 16:11:25 +0000 (10:11 -0600)
commit1cffeb6f92dab701dfae0a6f5e52375deba422b7
treea08e1b1ab363acdfdaab019beb36eb14afb17bb9
parent919e789d0999bf13ef1ae670c536d2aef3709894
fio: fix s390 nop

When trying to run rate limited fio runs we encountered that the current
definition of a nop uses a privileged instruction which is not even a nop,
but a yield call to the hipervisor.
That leads to a SIGILL as it is privileged.

To solve that issue replace it with a nop, the assembler will take care
of it (likely to become a BCR 0,0)

Signed-off-by: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
arch/arch-s390.h