Skip to content

Commit

Permalink
mm/vmalloc.c: remove unused purge_fragmented_blocks_thiscpu
Browse files Browse the repository at this point in the history
This function is nowhere used now, so remove it.

Signed-off-by: Zhang Yanfei <[email protected]>
Cc: Johannes Weiner <[email protected]>
Cc: Mel Gorman <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Zhang Yanfei authored and torvalds committed Jul 9, 2013
1 parent 3fcd76e commit 9da3f59
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mm/vmalloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -891,11 +891,6 @@ static void purge_fragmented_blocks(int cpu)
}
}

static void purge_fragmented_blocks_thiscpu(void)
{
purge_fragmented_blocks(smp_processor_id());
}

static void purge_fragmented_blocks_allcpus(void)
{
int cpu;
Expand Down

0 comments on commit 9da3f59

Please sign in to comment.