aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/ds.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/ds.h')
-rw-r--r--arch/x86/include/asm/ds.h9
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 */
286extern void ds_switch_to(struct task_struct *prev, struct task_struct *next); 286extern void ds_switch_to(struct task_struct *prev, struct task_struct *next);
287 287
288/*
289 * Task clone/init and cleanup work
290 */
291extern void ds_copy_thread(struct task_struct *tsk, struct task_struct *father);
292extern void ds_exit_thread(struct task_struct *tsk);
293
294#else /* CONFIG_X86_DS */ 288#else /* CONFIG_X86_DS */
295 289
296struct cpuinfo_x86; 290struct cpuinfo_x86;
297static inline void __cpuinit ds_init_intel(struct cpuinfo_x86 *ignored) {} 291static inline void __cpuinit ds_init_intel(struct cpuinfo_x86 *ignored) {}
298static inline void ds_switch_to(struct task_struct *prev, 292static inline void ds_switch_to(struct task_struct *prev,
299 struct task_struct *next) {} 293 struct task_struct *next) {}
300static inline void ds_copy_thread(struct task_struct *tsk,
301 struct task_struct *father) {}
302static 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 */