alpha: fix warning by fixing flush_tlb_kernel_range()
mm/vmalloc.c: In function 'unmap_kernel_range': mm/vmalloc.c:75: warning: unused variable 'start' Macros are so horrid. Cc: Richard Henderson <rth@twiddle.net> Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
		
				
					committed by
					
						
						Linus Torvalds
					
				
			
			
				
	
			
			
			
						parent
						
							6d6f8d52fd
						
					
				
				
					commit
					cbed6c6e0f
				
			@@ -142,6 +142,10 @@ extern void flush_tlb_range(struct vm_area_struct *, unsigned long,
 | 
			
		||||
 | 
			
		||||
#endif /* CONFIG_SMP */
 | 
			
		||||
 | 
			
		||||
#define flush_tlb_kernel_range(start, end) flush_tlb_all()
 | 
			
		||||
static inline void flush_tlb_kernel_range(unsigned long start,
 | 
			
		||||
					unsigned long end)
 | 
			
		||||
{
 | 
			
		||||
	flush_tlb_all();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#endif /* _ALPHA_TLBFLUSH_H */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user