On Sat, Jun 03 2023 at 22:51, Thomas Gleixner wrote: > On Mon, Apr 10 2023 at 01:14, Xin Li wrote: >> IRQ_MOVE_CLEANUP_VECTOR is the only one of the system IRQ vectors that >> is *below* FIRST_SYSTEM_VECTOR. It is a slow path, so just push it >> into common_interrupt() just before the spurious interrupt handling. > > This is a complete NOOP on not FRED enabled systems as the IDT entry is > still separate. So this change makes no sense outside of the FRED > universe. Can we pretty please make this consistent? The right thing to make this consistent is to get rid of this vector completely. There is zero reason for this to be an IPI. This can be delegated to a worker or whatever delayed mechanism. Thanks, tglx