diff options
author | Zhang Yanfei <[email protected]> | 2013-07-08 15:59:55 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2013-07-09 10:33:21 -0700 |
commit | 9da3f59fbdb57c9447ddb42681f6ab98faef353a (patch) | |
tree | afe705f7fa60960aa032be14d6ba716737ff4101 | |
parent | 3fcd76e8028e0be37b02a2002b4f56755daeda06 (diff) |
mm/vmalloc.c: remove unused purge_fragmented_blocks_thiscpu
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]>
-rw-r--r-- | mm/vmalloc.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mm/vmalloc.c b/mm/vmalloc.c index a35f4f5bb908..99d045a0a0eb 100644 --- a/mm/vmalloc.c +++ b/mm/vmalloc.c @@ -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; |