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>
This commit is contained in:
parent
3fcd76e802
commit
9da3f59fbd
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue