|
@@ -118,14 +118,6 @@ struct mm_struct;
|
|
|
/* Free all resources held by a thread. */
|
|
|
extern void release_thread(struct task_struct *);
|
|
|
|
|
|
-/* Copy and release all segment info associated with a VM */
|
|
|
-extern void copy_segments(struct task_struct *p, struct mm_struct * mm);
|
|
|
-extern void release_segments(struct mm_struct * mm);
|
|
|
-
|
|
|
-/* Copy and release all segment info associated with a VM */
|
|
|
-#define copy_segments(p, mm) do { } while (0)
|
|
|
-#define release_segments(mm) do { } while (0)
|
|
|
-
|
|
|
unsigned long get_wchan(struct task_struct *p);
|
|
|
#define KSTK_EIP(tsk) ((tsk)->thread.lr)
|
|
|
#define KSTK_ESP(tsk) ((tsk)->thread.sp)
|