jgnop mnemonic is only available since binutils 2.36,
kernel minimal required version is 2.23. Stick to brcl
to avoid build errors.
Reported-by: Nathan Chancellor <nathan@kernel.org>
Fixes: 4afeb670710e ("s390/alternatives: use instructions instead of byte patterns")
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
  */
 .macro alt_pad_fill bytes
        .rept   ( \bytes ) / 6
-       jgnop   .
+       brcl    0,0
        .endr
        .rept   ( \bytes ) % 6 / 4
        nop
 
        "\tnopr\n"                                                      \
        ".else\n"                                                       \
        "\t.rept " oldinstr_pad_len(num) " / 6\n"                       \
-       "\t.jgnop .\n"                                                  \
+       "\t.brcl 0,0\n"                                                 \
        "\t.endr\n"                                                     \
        "\t.rept " oldinstr_pad_len(num) " %% 6 / 4\n"                  \
        "\tnop\n"                                                       \