diff options
| author | Linus Torvalds <[email protected]> | 2007-01-11 18:18:04 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2007-01-11 18:18:04 -0800 |
| commit | c71551ad309c46d9d2433a9b688491edbd10c806 (patch) | |
| tree | c27e0dbdaf3b693d23b5f5885cab50ec6133c282 /include/linux/debugobjects.h | |
| parent | 0404f87f2e0a0aadbda47be0f54812671207492f (diff) | |
Don't put "linux_banner" in the .init section
It might save a few bytes after bootup, but it causes the string to be
linked in at the end of the final vmlinux image, which defeats the whole
point of doing all this, namely allowing some broken user-space binaries
to search for the kernel version string in the kernel binary.
So just remove the __init specifier.
Cc: Olaf Hering <[email protected]>
Cc: Jean Delvare <[email protected]>
Cc: Roman Zippel <[email protected]>
Cc: Andrey Borzenkov <[email protected]>
Cc: Andrew Morton <[email protected]>
Acked-by: Andy Whitcroft <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions