[SPARC32]: Make flush_tlb_kernel_range() an inline function.
authorDavid S. Miller <davem@sunset.davemloft.net>
Sat, 25 Aug 2007 22:21:51 +0000 (15:21 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 27 Aug 2007 01:49:12 +0000 (18:49 -0700)
commit17a82e932d67e2885d9fa18d4656ff53337b1130
treeafed5d7ff6f15d472853d3f3c4cac333426ae783
parent4f1296a5169c13b2c1f76c1446aaf361e8519050
[SPARC32]: Make flush_tlb_kernel_range() an inline function.

This avoids unused variable warnings in places like mm/vmalloc.c:

mm/vmalloc.c: In function ‘unmap_kernel_range’:
mm/vmalloc.c:75: warning: unused variable ‘start’

caused by it previously being a macro.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/asm-sparc/tlbflush.h