diff options
author | Jan Beulich <JBeulich@novell.com> | 2010-10-26 23:22:26 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-27 01:52:13 +0200 |
commit | b6472776816af1ed52848c93d26e3edb3b17adab (patch) | |
tree | 16061177e89b8a958d97da231923ee24852f2f63 /kernel/kexec.c | |
parent | include/linux/kernel.h: add __must_check to strict_strto*() (diff) | |
download | linux-b6472776816af1ed52848c93d26e3edb3b17adab.tar.xz linux-b6472776816af1ed52848c93d26e3edb3b17adab.zip |
modules: no need to align .modinfo strings
gcc aligns strings as a performance consideration for those cases where
strings are being used a lot.
Their use is not performance critical, and hence it seems better to save
some space.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Acked-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/kexec.c')
0 files changed, 0 insertions, 0 deletions