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)
commiteded09ccf58ab00474ccde547dd525c75dbc28fd
tree3a4f1ce5c0679cc2573aeaa80a088f3074734cf4
parent5f0231d97b2d361292b090b81479a68123010376
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