Re: [PATCH V3] printk: Create pr_ functions

2016-08-09 Thread Joe Perches
On Tue, 2016-08-09 at 19:01 +0200, Geert Uytterhoeven wrote: > On Fri, Jun 24, 2016 at 5:46 AM, Joe Perches wrote: > > Using functions instead of macros can reduce overall code size > > by eliminating unnecessary "KERN_SOH" prefixes from > > format strings. > This change, commit

Re: [PATCH V3] printk: Create pr_ functions

2016-08-09 Thread Joe Perches
On Tue, 2016-08-09 at 19:01 +0200, Geert Uytterhoeven wrote: > On Fri, Jun 24, 2016 at 5:46 AM, Joe Perches wrote: > > Using functions instead of macros can reduce overall code size > > by eliminating unnecessary "KERN_SOH" prefixes from > > format strings. > This change, commit 874f9c7da9a4acbc1

Re: [PATCH V3] printk: Create pr_ functions

2016-08-09 Thread Joe Perches
On Tue, 2016-08-09 at 19:01 +0200, Geert Uytterhoeven wrote: > Hi Joe, Hi Geert > On Fri, Jun 24, 2016 at 5:46 AM, Joe Perches wrote: > > Using functions instead of macros can reduce overall code size > > by eliminating unnecessary "KERN_SOH" prefixes from > > format strings.

Re: [PATCH V3] printk: Create pr_ functions

2016-08-09 Thread Joe Perches
On Tue, 2016-08-09 at 19:01 +0200, Geert Uytterhoeven wrote: > Hi Joe, Hi Geert > On Fri, Jun 24, 2016 at 5:46 AM, Joe Perches wrote: > > Using functions instead of macros can reduce overall code size > > by eliminating unnecessary "KERN_SOH" prefixes from > > format strings. > This change,

Re: [PATCH V3] printk: Create pr_ functions

2016-08-09 Thread Geert Uytterhoeven
Hi Joe, On Fri, Jun 24, 2016 at 5:46 AM, Joe Perches wrote: > Using functions instead of macros can reduce overall code size > by eliminating unnecessary "KERN_SOH" prefixes from > format strings. This change, commit 874f9c7da9a4acbc1 upstream, seems to have an (unintendent?)

Re: [PATCH V3] printk: Create pr_ functions

2016-08-09 Thread Geert Uytterhoeven
Hi Joe, On Fri, Jun 24, 2016 at 5:46 AM, Joe Perches wrote: > Using functions instead of macros can reduce overall code size > by eliminating unnecessary "KERN_SOH" prefixes from > format strings. This change, commit 874f9c7da9a4acbc1 upstream, seems to have an (unintendent?) side-effect.

[PATCH V3] printk: Create pr_ functions

2016-06-23 Thread Joe Perches
Using functions instead of macros can reduce overall code size by eliminating unnecessary "KERN_SOH" prefixes from format strings. defconfig x86-64: $ size vmlinux* textdata bss dec hex filename 10193570 4331464 1105920 15630954 ee826a vmlinux.new 10192623 4335560 1105920

[PATCH V3] printk: Create pr_ functions

2016-06-23 Thread Joe Perches
Using functions instead of macros can reduce overall code size by eliminating unnecessary "KERN_SOH" prefixes from format strings. defconfig x86-64: $ size vmlinux* textdata bss dec hex filename 10193570 4331464 1105920 15630954 ee826a vmlinux.new 10192623 4335560 1105920