]> git.baikalelectronics.ru Git - kernel.git/commit
s390: Replace IS_ENABLED(EXPOLINE_*) with IS_ENABLED(CONFIG_EXPOLINE_*)
authorEugeniu Rosca <erosca@de.adit-jv.com>
Sat, 17 Feb 2018 23:10:29 +0000 (00:10 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 19 Feb 2018 07:00:06 +0000 (08:00 +0100)
commitb0a79d0121232493067c9b644ca644edb4680684
treee84f05fbfdeede6c44c9e9d604fd662bae403870
parent8a1886c9825e89e254db5cf7647f0f011ca75a6f
s390: Replace IS_ENABLED(EXPOLINE_*) with IS_ENABLED(CONFIG_EXPOLINE_*)

I've accidentally stumbled upon the IS_ENABLED(EXPOLINE_*) lines, which
obviously always evaluate to false. Fix this.

Fixes: 495976bd9f4f ("s390: introduce execute-trampolines for branches")
Signed-off-by: Eugeniu Rosca <erosca@de.adit-jv.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/nospec-branch.c