Use #ifndef __NO_STRICT_ALIGNMENT rather than
#if !defined(__i386__) && !defined(__amd64__) for architectures with alignment constraints.
This commit is contained in:
parent
852bc770e3
commit
73bb8603b3
@ -637,7 +637,7 @@ struct rl_stats {
|
||||
* due to the 8139C+. We need to put the number of descriptors in the ring
|
||||
* structure and use that value instead.
|
||||
*/
|
||||
#if !defined(__i386__) && !defined(__amd64__)
|
||||
#ifndef __NO_STRICT_ALIGNMENT
|
||||
#define RE_FIXUP_RX 1
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user