diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-m32r/system.h | 2 | ||||
-rw-r--r-- | include/linux/sched.h | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/include/asm-m32r/system.h b/include/asm-m32r/system.h index 70a57c8c002b..c980f5ba8de7 100644 --- a/include/asm-m32r/system.h +++ b/include/asm-m32r/system.h | |||
@@ -23,7 +23,7 @@ | |||
23 | */ | 23 | */ |
24 | 24 | ||
25 | #if defined(CONFIG_FRAME_POINTER) || \ | 25 | #if defined(CONFIG_FRAME_POINTER) || \ |
26 | !defined(CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER) | 26 | !defined(CONFIG_SCHED_OMIT_FRAME_POINTER) |
27 | #define M32R_PUSH_FP " push fp\n" | 27 | #define M32R_PUSH_FP " push fp\n" |
28 | #define M32R_POP_FP " pop fp\n" | 28 | #define M32R_POP_FP " pop fp\n" |
29 | #else | 29 | #else |
diff --git a/include/linux/sched.h b/include/linux/sched.h index 644ffbda17ca..d8733f07d80b 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -259,8 +259,6 @@ static inline int select_nohz_load_balancer(int cpu) | |||
259 | } | 259 | } |
260 | #endif | 260 | #endif |
261 | 261 | ||
262 | extern unsigned long rt_needs_cpu(int cpu); | ||
263 | |||
264 | /* | 262 | /* |
265 | * Only dump TASK_* tasks. (0 for all tasks) | 263 | * Only dump TASK_* tasks. (0 for all tasks) |
266 | */ | 264 | */ |
@@ -2220,6 +2218,7 @@ extern void normalize_rt_tasks(void); | |||
2220 | extern struct task_group init_task_group; | 2218 | extern struct task_group init_task_group; |
2221 | #ifdef CONFIG_USER_SCHED | 2219 | #ifdef CONFIG_USER_SCHED |
2222 | extern struct task_group root_task_group; | 2220 | extern struct task_group root_task_group; |
2221 | extern void set_tg_uid(struct user_struct *user); | ||
2223 | #endif | 2222 | #endif |
2224 | 2223 | ||
2225 | extern struct task_group *sched_create_group(struct task_group *parent); | 2224 | extern struct task_group *sched_create_group(struct task_group *parent); |