On 12/5/19 3:41 PM, Jan Beulich wrote: > It's bogusly non-static. It making the call sites actually less easy to > read, and there being another open-coded use in the file - let's just > get rid of it. > > Signed-off-by: Jan Beulich <jbeul...@suse.com> > > --- a/xen/arch/x86/mm/hap/nested_ept.c > +++ b/xen/arch/x86/mm/hap/nested_ept.c > @@ -54,11 +54,6 @@ > #define NEPT_2M_ENTRY_FLAG (1 << 10) > #define NEPT_4K_ENTRY_FLAG (1 << 9) > > -bool_t nept_sp_entry(ept_entry_t e) > -{ > - return !!(e.sp); > -}
What a strange function! Acked-by: George Dunlap <george.dun...@citrix.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel