diff options
Diffstat (limited to 'include/linux/swap.h')
-rw-r--r-- | include/linux/swap.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/swap.h b/include/linux/swap.h index edf681a7fd8f..4f3838adbb30 100644 --- a/include/linux/swap.h +++ b/include/linux/swap.h | |||
@@ -158,11 +158,6 @@ struct swap_list_t { | |||
158 | /* Swap 50% full? Release swapcache more aggressively.. */ | 158 | /* Swap 50% full? Release swapcache more aggressively.. */ |
159 | #define vm_swap_full() (nr_swap_pages*2 < total_swap_pages) | 159 | #define vm_swap_full() (nr_swap_pages*2 < total_swap_pages) |
160 | 160 | ||
161 | /* linux/mm/oom_kill.c */ | ||
162 | extern void out_of_memory(struct zonelist *zonelist, gfp_t gfp_mask, int order); | ||
163 | extern int register_oom_notifier(struct notifier_block *nb); | ||
164 | extern int unregister_oom_notifier(struct notifier_block *nb); | ||
165 | |||
166 | /* linux/mm/memory.c */ | 161 | /* linux/mm/memory.c */ |
167 | extern void swapin_readahead(swp_entry_t, unsigned long, struct vm_area_struct *); | 162 | extern void swapin_readahead(swp_entry_t, unsigned long, struct vm_area_struct *); |
168 | 163 | ||