Re: [RFC PATCH v2 5/5] x86/entry/64: open-code switch_to_thread_stack
From: Ingo Molnar
Date: Tue Feb 20 2018 - 02:37:20 EST
* Josh Poimboeuf <jpoimboe@xxxxxxxxxx> 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