]> git.baikalelectronics.ru Git - kernel.git/commit
x86_64: flush_tlb_kernel_range() warning fix
authorAndrew Morton <akpm@linux-foundation.org>
Sat, 21 Jul 2007 15:11:24 +0000 (17:11 +0200)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 22 Jul 2007 01:37:13 +0000 (18:37 -0700)
commit6eb164404b1c23877cede30df502c8cd283f14b5
treec36a58d0856b753f60ade19ac08606c75af4d1ff
parent91dd4d2f959df69cdcf813bcaf2f8f6272f31d28
x86_64: flush_tlb_kernel_range() warning fix

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

make it a C function so that the compiler thinks it used its arguments.

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/asm-x86_64/tlbflush.h