Re: [PATCH] iwlwifi: Deinline iwl_write8/write32/read32()

2015-10-05 Thread Luca Coelho
Hi Denys, On Thu, 2015-09-24 at 16:58 +0200, Denys Vlasenko wrote: > With this .config: http://busybox.net/~vda/kernel_config_ALLYES_Os, > after deinlining these functions have sizes and callsite counts > as follows: > > iwl_write8: 315 bytes, 3 calls > iwl_write32: 296 bytes, 90 calls > iwl_read

[PATCH] iwlwifi: Deinline iwl_write8/write32/read32()

2015-09-24 Thread Denys Vlasenko
With this .config: http://busybox.net/~vda/kernel_config_ALLYES_Os, after deinlining these functions have sizes and callsite counts as follows: iwl_write8: 315 bytes, 3 calls iwl_write32: 296 bytes, 90 calls iwl_read32: 278 bytes, 51 calls Total size reduction is about 40 kbytes. Signed-off-by: