Home
last modified time | relevance | path

Searched hist:"693713 cbdb3a4bda5a8a678c31f06560bbb14657" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dtext-patching.hdiff 693713cbdb3a4bda5a8a678c31f06560bbb14657 Sat May 11 07:32:40 CDT 2019 Steven Rostedt (VMware) <rostedt@goodmis.org> x86: Hide the int3_emulate_call/jmp functions from UML

User Mode Linux does not have access to the ip or sp fields of the pt_regs,
and accessing them causes UML to fail to build. Hide the int3_emulate_jmp()
and int3_emulate_call() instructions from UML, as it doesn't need them
anyway.

Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>