]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mm/vmalloc.c: remove unused purge_fragmented_blocks_thiscpu
authorZhang Yanfei <zhangyanfei@cn.fujitsu.com>
Wed, 19 Jun 2013 00:06:57 +0000 (10:06 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 19 Jun 2013 07:26:51 +0000 (17:26 +1000)
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>
mm/vmalloc.c

index a35f4f5bb908bbaf12c533594dc3d30bafbf601c..99d045a0a0ebaf681c5f44ca2a025da7deb13026 100644 (file)
@@ -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;