+2
−32
Loading
Current test_cc() uses the fastop infrastructure to test flags using SETcc instructions. However, int3_emulate_jcc() already fully implements the flags->CC mapping, use that. Removes a pile of gnarly asm. Signed-off-by:Peter Zijlstra (Intel) <peterz@infradead.org> Acked-by:
Sean Christopherson <seanjc@google.com> Link: https://lkml.kernel.org/r/20250714103439.637049932@infradead.org