diff options
| author | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 17:50:31 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 17:50:31 -0800 |
| commit | 3192b2dcbe00fdfd6a50be32c8c626cf26b66076 (patch) | |
| tree | db7568051c1a846868c8eb0e4c8b2c35e7ae3d70 /include | |
| parent | 43e9282d088b07f03fc16a5325ff74cf49fb2990 (diff) | |
v2.4.0.1 -> v2.4.0.2
- ISDN fixes
- VM balancing tuning
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/sched.h | 1 | ||||
| -rw-r--r-- | include/linux/swap.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index f946b153276e..4198025856d3 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -219,7 +219,6 @@ struct mm_struct { unsigned long rss, total_vm, locked_vm; unsigned long def_flags; unsigned long cpu_vm_mask; - unsigned long swap_cnt; /* number of pages to swap on next pass */ unsigned long swap_address; /* Architecture-specific MM context */ diff --git a/include/linux/swap.h b/include/linux/swap.h index e001de887148..afb1d96b38f9 100644 --- a/include/linux/swap.h +++ b/include/linux/swap.h @@ -107,7 +107,7 @@ extern wait_queue_head_t kreclaimd_wait; extern int page_launder(int, int); extern int free_shortage(void); extern int inactive_shortage(void); -extern void wakeup_kswapd(int); +extern void wakeup_kswapd(void); extern int try_to_free_pages(unsigned int gfp_mask); /* linux/mm/page_io.c */ |
