From: Andrew Morton Date: Sat, 21 Jul 2007 15:11:24 +0000 (+0200) Subject: x86_64: flush_tlb_kernel_range() warning fix X-Git-Tag: v2.6.23-rc1~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f03d6ce4ee20e7521b69188f6b5a9bb9ba7457f;p=pandora-kernel.git 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 Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed