Re: wireless vs. alignment requirements
From: H. Peter Anvin <hidden>
Date: 2007-11-28 02:42:26
Also in:
linux-wireless
From: H. Peter Anvin <hidden>
Date: 2007-11-28 02:42:26
Also in:
linux-wireless
Stephen Hemminger wrote:
Is there any standard kernel config define for "this platform can't do unaligned accesses"?
Not that I know of, but there should be. To be somewhat more complexicated, some platforms (e.g. MIPS) can do unaligned references quite cheaply, but they need different opcodes to do so. -hpa