From: Matthew Wilcox Date: Wed, 11 Jan 2006 01:47:49 +0000 (-0500) Subject: [PARISC] Make flush_tlb_all_local take a void * X-Git-Tag: v2.6.16-rc3~205^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce33941f027bc1853ceb43d04d6204f45181703d;p=pandora-kernel.git [PARISC] Make flush_tlb_all_local take a void * Make flush_tlb_all_local take a void * so it doesn't have to be cast when using on_each_cpu(). This becomes a problem when on_each_cpu is a macro. Also remove the prototype of flush_tlb_all_local from .c files. Signed-off-by: Matthew Wilcox Signed-off-by: Kyle McMartin --- Reading git-diff-tree failed