diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-04-29 21:13:14 +0000 |
---|---|---|
committer | <ralf@linux-mips.org> | 1997-04-29 21:13:14 +0000 |
commit | 19c9bba94152148523ba0f7ef7cffe3d45656b11 (patch) | |
tree | 40b1cb534496a7f1ca0f5c314a523c69f1fee464 /include/linux/swapctl.h | |
parent | 7206675c40394c78a90e74812bbdbf8cf3cca1be (diff) |
Import of Linux/MIPS 2.1.36
Diffstat (limited to 'include/linux/swapctl.h')
-rw-r--r-- | include/linux/swapctl.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/linux/swapctl.h b/include/linux/swapctl.h index c85aa6c24..e71dcd067 100644 --- a/include/linux/swapctl.h +++ b/include/linux/swapctl.h @@ -31,17 +31,6 @@ typedef struct swap_control_v5 typedef struct swap_control_v5 swap_control_t; extern swap_control_t swap_control; -typedef struct kswapd_control_v1 -{ - unsigned int maxpages; - unsigned int pages_buff; - unsigned int pages_shm; - unsigned int pages_mmap; - unsigned int pages_swap; -} kswapd_control_v1; -typedef kswapd_control_v1 kswapd_control_t; -extern kswapd_control_t kswapd_ctl; - typedef struct swapstat_v1 { unsigned int wakeups; |