Kaydet (Commit) 666212d4 authored tarafından Jack Jansen's avatar Jack Jansen

Make cache-alignment work always (in stead of 50% of the time:-)

üst c587301e
...@@ -105,7 +105,7 @@ union overhead { ...@@ -105,7 +105,7 @@ union overhead {
#ifdef USE_CACHE_ALIGNED #ifdef USE_CACHE_ALIGNED
struct cachealigner { struct cachealigner {
u_long ovalign[USE_CACHE_ALIGNED]; u_long ovalign[USE_CACHE_ALIGNED];
}; } ovu_aligner;
#endif /* USE_CACHE_ALIGN */ #endif /* USE_CACHE_ALIGN */
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment