diff options
| author | Dave Jones <davej@tetrachloride.(none)> | 2003-01-10 15:35:10 -0100 |
|---|---|---|
| committer | Dave Jones <davej@tetrachloride.(none)> | 2003-01-10 15:35:10 -0100 |
| commit | 59409421c889f855c1daccef6f53dfc0e9a62129 (patch) | |
| tree | 6d9fdfa0d02efa5a30ab781e5f95d26cb2397aa3 /include/linux | |
| parent | a31ebc7d1da62f77598984835bdb8e3b4860ff1e (diff) | |
| parent | 03a85f8e25d52e15112eb5e146e2766337217ed5 (diff) | |
Merge tetrachloride.(none):/mnt/stuff/kernel/2.5/bk-linus
into tetrachloride.(none):/mnt/stuff/kernel/2.5/watchdog
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 9545a1957089..9916d377a74b 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -566,7 +566,7 @@ static inline void mmdrop(struct mm_struct * mm) /* mmput gets rid of the mappings and all user-space */ extern void mmput(struct mm_struct *); /* Remove the current tasks stale references to the old mm_struct */ -extern void mm_release(void); +extern void mm_release(struct task_struct *, struct mm_struct *); extern int copy_thread(int, unsigned long, unsigned long, unsigned long, struct task_struct *, struct pt_regs *); extern void flush_thread(void); |
