On Fri, Jul 17, 2020 at 12:20:56AM -0700, ira.weiny@xxxxxxxxx wrote: > +static void noinstr idt_save_pkrs(idtentry_state_t state) noinstr goes in the same place you would normally put inline, that's before the return type, not after it.
On Fri, Jul 17, 2020 at 12:20:56AM -0700, ira.weiny@xxxxxxxxx wrote: > +static void noinstr idt_save_pkrs(idtentry_state_t state) noinstr goes in the same place you would normally put inline, that's before the return type, not after it.