diff options
Diffstat (limited to 'usr/src/uts/common/disp/thread.c')
-rw-r--r-- | usr/src/uts/common/disp/thread.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/uts/common/disp/thread.c b/usr/src/uts/common/disp/thread.c index 91b4db8103..5f352b2203 100644 --- a/usr/src/uts/common/disp/thread.c +++ b/usr/src/uts/common/disp/thread.c @@ -64,6 +64,7 @@ #include <sys/spl.h> #include <sys/copyops.h> #include <sys/rctl.h> +#include <sys/brand.h> #include <sys/pool.h> #include <sys/zone.h> #include <sys/tsol/label.h> @@ -186,6 +187,7 @@ thread_init(void) rctl_init(); project_init(); + brand_init(); zone_init(); task_init(); tcache_init(); |