[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)
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>

No differences found