From: Linus Torvalds Date: Fri, 12 Jan 2007 02:18:04 +0000 (-0800) Subject: Don't put "linux_banner" in the .init section X-Git-Tag: v2.6.20-rc5~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c71551ad309c46d9d2433a9b688491edbd10c806;p=pandora-kernel.git 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 Cc: Jean Delvare Cc: Roman Zippel Cc: Andrey Borzenkov Cc: Andrew Morton Acked-by: Andy Whitcroft Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed