-
由 Chris Metcalf 提交于
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: NChris Metcalf <cmetcalf@tilera.com> Cc: stable@kernel.org
3cb3f839