diff options
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/sched/cpupri.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/sched/cpupri.c b/kernel/sched/cpupri.c index b0d798eaf130..d72586fdf660 100644 --- a/kernel/sched/cpupri.c +++ b/kernel/sched/cpupri.c | |||
| @@ -129,7 +129,7 @@ int cpupri_find(struct cpupri *cp, struct task_struct *p, | |||
| 129 | * cpupri_set - update the cpu priority setting | 129 | * cpupri_set - update the cpu priority setting |
| 130 | * @cp: The cpupri context | 130 | * @cp: The cpupri context |
| 131 | * @cpu: The target cpu | 131 | * @cpu: The target cpu |
| 132 | * @pri: The priority (INVALID-RT99) to assign to this CPU | 132 | * @newpri: The priority (INVALID-RT99) to assign to this CPU |
| 133 | * | 133 | * |
| 134 | * Note: Assumes cpu_rq(cpu)->lock is locked | 134 | * Note: Assumes cpu_rq(cpu)->lock is locked |
| 135 | * | 135 | * |
| @@ -200,7 +200,6 @@ void cpupri_set(struct cpupri *cp, int cpu, int newpri) | |||
| 200 | /** | 200 | /** |
| 201 | * cpupri_init - initialize the cpupri structure | 201 | * cpupri_init - initialize the cpupri structure |
| 202 | * @cp: The cpupri context | 202 | * @cp: The cpupri context |
| 203 | * @bootmem: true if allocations need to use bootmem | ||
| 204 | * | 203 | * |
| 205 | * Returns: -ENOMEM if memory fails. | 204 | * Returns: -ENOMEM if memory fails. |
| 206 | */ | 205 | */ |
