Skip to content

Commit 9da3f59

Browse files
Zhang Yanfeitorvalds
authored andcommitted
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>
1 parent 3fcd76e commit 9da3f59

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

mm/vmalloc.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -891,11 +891,6 @@ static void purge_fragmented_blocks(int cpu)
891891
}
892892
}
893893

894-
static void purge_fragmented_blocks_thiscpu(void)
895-
{
896-
purge_fragmented_blocks(smp_processor_id());
897-
}
898-
899894
static void purge_fragmented_blocks_allcpus(void)
900895
{
901896
int cpu;

0 commit comments

Comments
 (0)