Revert r281451. It causes a panic/hang early in boot for a number of

users, myself included.  The original code is likely papering over a
larger bug that needs to be explored, but for now get things back to
a working state.

Obtained from:	Netflix, Inc.
MFC after:	immediately
This commit is contained in:
Scott Long 2015-04-24 17:03:53 +00:00
parent 9662eef57a
commit 43ffa928f9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=281942

View File

@ -311,7 +311,7 @@ struct uma_zone {
* This HAS to be the last item because we adjust the zone size
* based on NCPU and then allocate the space for the zones.
*/
struct uma_cache uz_cpu[]; /* Per cpu caches */
struct uma_cache uz_cpu[1]; /* Per cpu caches */
};
/*