All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] tile bug fix for v3.10
@ 2013-06-19 19:44 Chris Metcalf
  0 siblings, 0 replies; only message in thread
From: Chris Metcalf @ 2013-06-19 19:44 UTC (permalink / raw)
  To: Linus Torvalds, Linux Kernel Mailing List

Linus,

Please pull the following change for 3.10 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git stable

This change allows the older tilepro architecture to be correctly
built by newer gccs, despite a change that caused gcc to start
trying to use an out-of-line implementation for __builtin_ffsll().
This should be inline again starting with gcc 4.7.4 and 4.8.2 or so,
but meanwhile this change keeps things from breaking, with the only
cost being a few bytes of code in the kernel to provide __ffsdi2
even for compilers that do inline it.

Chris Metcalf (1):
      tilepro: work around module link error with gcc 4.7

 arch/tile/lib/exports.c | 2 ++
 1 file changed, 2 insertions(+)

-- 
Chris Metcalf, Tilera Corp.
http://www.tilera.com


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-06-19 19:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-19 19:44 [GIT PULL] tile bug fix for v3.10 Chris Metcalf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.