Make cache-alignment work always (in stead of 50% of the time:-)
This commit is contained in:
parent
c587301e2e
commit
666212d429
|
@ -105,7 +105,7 @@ union overhead {
|
|||
#ifdef USE_CACHE_ALIGNED
|
||||
struct cachealigner {
|
||||
u_long ovalign[USE_CACHE_ALIGNED];
|
||||
};
|
||||
} ovu_aligner;
|
||||
#endif /* USE_CACHE_ALIGN */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue