Re: [PATCH] x86/IO-APIC: replace redundant irq_trigger() call
Andrew Cooper <[email protected]>
| Newsgroups | gmane.comp.emulators.xen.devel |
|---|---|
| Message-ID | <[email protected]> |
On 26/08/2026 3:40 pm, Jan Beulich wrote: > Just having called the function and stored the result, there's no point in > calling it again right away with the same argument; the stored result can > be used instead. And the stored result also doesn't need overwriting again > with the same value. > > No functional change intended. > > Signed-off-by: Jan Beulich <[email protected]> Acked-by: Andrew Cooper <[email protected]>