/*
- * Copyright (c) 2000-2007 Apple Inc. All rights reserved.
+ * Copyright (c) 2000-2008 Apple Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
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;