Re: [Xen-devel] [PATCH 1/4] xen/tmem: Drop unnecessary noinline attribute

2017-10-05 Thread Konrad Rzeszutek Wilk
On Tue, Oct 03, 2017 at 07:07:50PM +0100, Andrew Cooper wrote: > tmem_mempool_page_get() is only referenced by address, so isn't eligable for > inlining in the first place. > > Signed-off-by: Andrew Cooper > --- > CC: Konrad Rzeszutek Wilk Reviewed-by: Konrad Rzeszutek Wilk > > Not related t

[Xen-devel] [PATCH 1/4] xen/tmem: Drop unnecessary noinline attribute

2017-10-03 Thread Andrew Cooper
tmem_mempool_page_get() is only referenced by address, so isn't eligable for inlining in the first place. Signed-off-by: Andrew Cooper --- CC: Konrad Rzeszutek Wilk Not related to the rest of the series, but I stumbled across it while resolving another noinline issue. --- xen/common/tmem.c | 2