]> git.baikalelectronics.ru Git - kernel.git/commit
FRV: gcc-4.1.2 also inlines weak functions
authorDavid Howells <dhowells@redhat.com>
Fri, 2 Nov 2012 13:20:42 +0000 (13:20 +0000)
committerDavid Howells <dhowells@redhat.com>
Fri, 2 Nov 2012 13:20:42 +0000 (13:20 +0000)
commit51af0e2d3d2f9e9444e36057a7a371e26bf2881f
tree3a4f1ce5c0679cc2573aeaa80a088f3074734cf4
parenta2939d4912588b4e9031e8753d9c26fb59e2acea
FRV: gcc-4.1.2 also inlines weak functions

gcc-4.1.2 inlines weak functions, which causes FRV to fail when the dummy
thread_info_cache_init() gets inlined into start_kernel().

Signed-off-by: David Howells <dhowells@redhat.com>
init/main.c