Commit 9da3f59fbdb57c9447ddb42681f6ab98faef353a

Authored by Zhang Yanfei
Committed by Linus Torvalds
1 parent 3fcd76e802

mm/vmalloc.c: remove unused purge_fragmented_blocks_thiscpu

This function is nowhere used now, so remove it.

Signed-off-by: Zhang Yanfei <zhangyanfei@cn.fujitsu.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Mel Gorman <mel@csn.ul.ie>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 0 additions and 5 deletions Side-by-side Diff

... ... @@ -891,11 +891,6 @@
891 891 }
892 892 }
893 893  
894   -static void purge_fragmented_blocks_thiscpu(void)
895   -{
896   - purge_fragmented_blocks(smp_processor_id());
897   -}
898   -
899 894 static void purge_fragmented_blocks_allcpus(void)
900 895 {
901 896 int cpu;