diff options
| author | Len Brown <len.brown@intel.com> | 2006-06-29 19:57:46 -0400 |
|---|---|---|
| committer | Len Brown <len.brown@intel.com> | 2006-06-29 19:57:46 -0400 |
| commit | d120cfb544ed6161b9d32fb6c4648c471807ee6b (patch) | |
| tree | 7757ad0198d8df76ff5c60f939a687687c41da00 /include/linux/init_task.h | |
| parent | 9dce0e950dbfab4148f35ac6f297d8638cdc63c4 (diff) | |
| parent | bf7e8511088963078484132636839b59e25cf14f (diff) | |
merge linus into release branch
Conflicts:
drivers/acpi/acpi_memhotplug.c
Diffstat (limited to 'include/linux/init_task.h')
| -rw-r--r-- | include/linux/init_task.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/init_task.h b/include/linux/init_task.h index e127ef7e8da8..3a256957fb56 100644 --- a/include/linux/init_task.h +++ b/include/linux/init_task.h | |||
| @@ -87,6 +87,7 @@ extern struct group_info init_groups; | |||
| 87 | .lock_depth = -1, \ | 87 | .lock_depth = -1, \ |
| 88 | .prio = MAX_PRIO-20, \ | 88 | .prio = MAX_PRIO-20, \ |
| 89 | .static_prio = MAX_PRIO-20, \ | 89 | .static_prio = MAX_PRIO-20, \ |
| 90 | .normal_prio = MAX_PRIO-20, \ | ||
| 90 | .policy = SCHED_NORMAL, \ | 91 | .policy = SCHED_NORMAL, \ |
| 91 | .cpus_allowed = CPU_MASK_ALL, \ | 92 | .cpus_allowed = CPU_MASK_ALL, \ |
| 92 | .mm = NULL, \ | 93 | .mm = NULL, \ |
| @@ -122,6 +123,8 @@ extern struct group_info init_groups; | |||
| 122 | .journal_info = NULL, \ | 123 | .journal_info = NULL, \ |
| 123 | .cpu_timers = INIT_CPU_TIMERS(tsk.cpu_timers), \ | 124 | .cpu_timers = INIT_CPU_TIMERS(tsk.cpu_timers), \ |
| 124 | .fs_excl = ATOMIC_INIT(0), \ | 125 | .fs_excl = ATOMIC_INIT(0), \ |
| 126 | .pi_lock = SPIN_LOCK_UNLOCKED, \ | ||
| 127 | INIT_RT_MUTEXES(tsk) \ | ||
| 125 | } | 128 | } |
| 126 | 129 | ||
| 127 | 130 | ||
