]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86: make HAVE_FENTRY dependent on !SIMULATE_GCC44_KABI
authorTodd Vierling <todd.vierling@oracle.com>
Tue, 13 Feb 2018 15:26:57 +0000 (10:26 -0500)
committerJack Vogel <jack.vogel@oracle.com>
Wed, 14 Feb 2018 01:09:58 +0000 (17:09 -0800)
commit889fcce7521993b403a02e200c42f89c0f6a10c8
tree779c4cb4bfe3dca6e628f169db742dfa3cb949cf
parent79e253dddafcda1d23403e5250526dc4cbd3fc75
x86: make HAVE_FENTRY dependent on !SIMULATE_GCC44_KABI

Something about the uek-rpm build doesn't always bubble config lines
down into the built RPMs properly. So force the issue by making use of
the special kABI flag introduced for OL6; if _not_ present, set
HAVE_FENTRY in its original place in arch/x86/Kconfig.

Orabug: 27540463
Signed-off-by: Todd Vierling <todd.vierling@oracle.com>
Reviewed-by: Victor Erminpour <victor.erminpour@oracle.com>
arch/x86/Kconfig