From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David S. Miller" Date: Tue, 23 Sep 2003 19:22:00 +0000 Subject: Re: NS83820 2.6.0-test5 driver seems unstable on IA64 Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org On Tue, 23 Sep 2003 20:28:04 +0100 Matthew Wilcox wrote: > That's not true; they could be avoided by using get_unaligned() and > put_unaligned(). You just don't want to because they'd make sparc suck. Not only sparc would be effected by this. Using {get,put}_unaligned() all over the networking would incur a penalty for many platforms, not just sparc.