]> git.baikalelectronics.ru Git - kernel.git/commit
tilepro: work around module link error with gcc 4.7
authorChris Metcalf <cmetcalf@tilera.com>
Sat, 15 Jun 2013 20:47:47 +0000 (16:47 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Sat, 15 Jun 2013 20:47:47 +0000 (16:47 -0400)
commit1f0b31c2320cdc7a33056cb6b62767505d63e82f
treee74aa28344823339f5b47092146e6e5a32175fb3
parente769eab498fba90f6e171ce34cef77bdda14c54d
tilepro: work around module link error with gcc 4.7

gcc 4.7.x is emitting calls to __ffsdi2 where previously
it used to inline the appropriate ctz instructions.
While this needs to be fixed in gcc, it's also easy to avoid
having it cause build failures when building with those
compilers by exporting __ffsdi2 to modules.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Cc: stable@kernel.org
arch/tile/lib/exports.c