* Josh Poimboeuf <jpoim...@redhat.com> wrote: > > -.macro DO_SWITCH_TO_THREAD_STACK > > +/* 8(%rsp): ~(interrupt number) */ > > +ENTRY(interrupt_helper) > > "interrupt_helper" is a bit vague, how about "interrupt_entry"? That > better describes its purpose and also makes it more analagous to > paranoid_entry() and error_entry().
Yeah, interrupt_entry() sounds better - and the renaming should be propagated to the other patches as well. Thanks, Ingo