]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kern/task.c
xnu-1228.7.58.tar.gz
[apple/xnu.git] / osfmk / kern / task.c
index 2a2fde2d817ef06099385731d0f32ca479a6d1bd..b7dd9076504224de41cecc72cf4ebbaee6764f35 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2000-2007 Apple Inc. All rights reserved.
+ * Copyright (c) 2000-2008 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
@@ -355,6 +355,7 @@ task_create_internal(
        new_task->thread_count = 0;
        new_task->active_thread_count = 0;
        new_task->user_stop_count = 0;
        new_task->thread_count = 0;
        new_task->active_thread_count = 0;
        new_task->user_stop_count = 0;
+       new_task->pset_hint = PROCESSOR_SET_NULL;
        new_task->role = TASK_UNSPECIFIED;
        new_task->active = TRUE;
        new_task->user_data = NULL;
        new_task->role = TASK_UNSPECIFIED;
        new_task->active = TRUE;
        new_task->user_data = NULL;