percpu: free percpu allocation info for uniprocessor system
Currently, only SMP system free the percpu allocation info. Uniprocessor system should free it too. For example, one x86 UML virtual machine with 256MB memory, UML kernel wastes one page memory. Signed-off-by: Honggang Li <enjoymindful@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org> Cc: stable@vger.kernel.org
This commit is contained in:
		
					parent
					
						
							
								849f516909
							
						
					
				
			
			
				commit
				
					
						3189eddbca
					
				
			
		
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -1932,6 +1932,8 @@ void __init setup_per_cpu_areas(void) | ||||||
| 
 | 
 | ||||||
| 	if (pcpu_setup_first_chunk(ai, fc) < 0) | 	if (pcpu_setup_first_chunk(ai, fc) < 0) | ||||||
| 		panic("Failed to initialize percpu areas."); | 		panic("Failed to initialize percpu areas."); | ||||||
|  | 
 | ||||||
|  | 	pcpu_free_alloc_info(ai); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| #endif	/* CONFIG_SMP */ | #endif	/* CONFIG_SMP */ | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Honggang Li
				Honggang Li