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>
select HAVE_OPTPROBES
select HAVE_KPROBES_ON_FTRACE
select HAVE_FTRACE_MCOUNT_RECORD
+ select HAVE_FENTRY if X86_64 && !SIMULATE_GCC44_KABI
select HAVE_C_RECORDMCOUNT
select HAVE_DYNAMIC_FTRACE
select HAVE_DYNAMIC_FTRACE_WITH_REGS