diff options
author | Mel Gorman <mel@csn.ul.ie> | 2009-09-21 20:02:39 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-22 10:17:34 -0400 |
commit | 38a398572fa2d8124f7479e40db581b5b72719c9 (patch) | |
tree | cad43f1cb00b760507278cc7b55f8e7fa4ab4fab /mm/page_alloc.c | |
parent | cc013a88906bad9d2832d6316de1c7dbc1c2a794 (diff) |
page-allocator: remove dead function free_cold_page()
The function free_cold_page() has no callers so delete it.
Signed-off-by: Mel Gorman <mel@csn.ul.ie>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r-- | mm/page_alloc.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 20759803a64a..913a8ebd3a8e 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -1079,11 +1079,6 @@ void free_hot_page(struct page *page) | |||
1079 | free_hot_cold_page(page, 0); | 1079 | free_hot_cold_page(page, 0); |
1080 | } | 1080 | } |
1081 | 1081 | ||
1082 | void free_cold_page(struct page *page) | ||
1083 | { | ||
1084 | free_hot_cold_page(page, 1); | ||
1085 | } | ||
1086 | |||
1087 | /* | 1082 | /* |
1088 | * split_page takes a non-compound higher-order page, and splits it into | 1083 | * split_page takes a non-compound higher-order page, and splits it into |
1089 | * n (1<<order) sub-pages: page[0..n] | 1084 | * n (1<<order) sub-pages: page[0..n] |