public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* taskstats alignment...
@ 2010-12-23 17:30 David Miller
  2010-12-24 18:45 ` Jeff Mahoney
  0 siblings, 1 reply; 4+ messages in thread
From: David Miller @ 2010-12-23 17:30 UTC (permalink / raw)
  To: jeffm; +Cc: linux-kernel


Re: commit 4be2c95d1f7706ca0e74499f2bd118e1cee19669

Pretty much every 64-bit architecture other than
powerpc64 and x86-64 needs that code, not just
IA64.

Better check would be:

CONFIG_64BIT && !CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS

Otherwise we'll be twiddling that ifdef endlessly as each
and every other 64-bit platform bumps into this issue.

So please could you change this to use a more sane check?

Thanks!

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-12-25  2:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-23 17:30 taskstats alignment David Miller
2010-12-24 18:45 ` Jeff Mahoney
2010-12-24 21:16   ` Dan Carpenter
2010-12-25  2:18     ` Jeff Mahoney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox