diff options
author | Li Zefan <lizf@cn.fujitsu.com> | 2009-06-15 01:34:19 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-06-17 10:08:04 -0400 |
commit | fd5e1b5dbaa8b4aacc0e251d74182eda37062194 (patch) | |
tree | cba4e780784649fe9c9535b8d5ac1617f52e1a15 /kernel/sched_cpupri.c | |
parent | 84599f8a59e77699f18f06948cea171a349a3f0f (diff) |
sched: Remove unneeded __ref tag
Those two functions no longer call alloc_bootmmem_cpumask_var(),
so no need to tag them with __init_refok.
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Acked-by: Pekka Enberg <penberg@cs.helsinki.fi>
LKML-Reference: <4A35DD5B.9050106@cn.fujitsu.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/sched_cpupri.c')
-rw-r--r-- | kernel/sched_cpupri.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched_cpupri.c b/kernel/sched_cpupri.c index 7deffc9f0e5f..e6c251790dde 100644 --- a/kernel/sched_cpupri.c +++ b/kernel/sched_cpupri.c | |||
@@ -152,7 +152,7 @@ void cpupri_set(struct cpupri *cp, int cpu, int newpri) | |||
152 | * | 152 | * |
153 | * Returns: -ENOMEM if memory fails. | 153 | * Returns: -ENOMEM if memory fails. |
154 | */ | 154 | */ |
155 | int __init_refok cpupri_init(struct cpupri *cp, bool bootmem) | 155 | int cpupri_init(struct cpupri *cp, bool bootmem) |
156 | { | 156 | { |
157 | gfp_t gfp = GFP_KERNEL; | 157 | gfp_t gfp = GFP_KERNEL; |
158 | int i; | 158 | int i; |