diff options
Diffstat (limited to 'arch/x86/include/asm/ds.h')
-rw-r--r-- | arch/x86/include/asm/ds.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/x86/include/asm/ds.h b/arch/x86/include/asm/ds.h index 413e127e567..149e5208e96 100644 --- a/arch/x86/include/asm/ds.h +++ b/arch/x86/include/asm/ds.h | |||
@@ -285,21 +285,12 @@ extern void __cpuinit ds_init_intel(struct cpuinfo_x86 *); | |||
285 | */ | 285 | */ |
286 | extern void ds_switch_to(struct task_struct *prev, struct task_struct *next); | 286 | extern void ds_switch_to(struct task_struct *prev, struct task_struct *next); |
287 | 287 | ||
288 | /* | ||
289 | * Task clone/init and cleanup work | ||
290 | */ | ||
291 | extern void ds_copy_thread(struct task_struct *tsk, struct task_struct *father); | ||
292 | extern void ds_exit_thread(struct task_struct *tsk); | ||
293 | |||
294 | #else /* CONFIG_X86_DS */ | 288 | #else /* CONFIG_X86_DS */ |
295 | 289 | ||
296 | struct cpuinfo_x86; | 290 | struct cpuinfo_x86; |
297 | static inline void __cpuinit ds_init_intel(struct cpuinfo_x86 *ignored) {} | 291 | static inline void __cpuinit ds_init_intel(struct cpuinfo_x86 *ignored) {} |
298 | static inline void ds_switch_to(struct task_struct *prev, | 292 | static inline void ds_switch_to(struct task_struct *prev, |
299 | struct task_struct *next) {} | 293 | struct task_struct *next) {} |
300 | static inline void ds_copy_thread(struct task_struct *tsk, | ||
301 | struct task_struct *father) {} | ||
302 | static inline void ds_exit_thread(struct task_struct *tsk) {} | ||
303 | 294 | ||
304 | #endif /* CONFIG_X86_DS */ | 295 | #endif /* CONFIG_X86_DS */ |
305 | #endif /* _ASM_X86_DS_H */ | 296 | #endif /* _ASM_X86_DS_H */ |