From: Pantelis Antoniou Date: Wed, 14 Sep 2005 21:19:14 +0000 (-0700) Subject: [PATCH] ppc32 8xx: flush_tlb_range() declaration uses wrong pointer type X-Git-Tag: v2.6.14-rc2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fd9808aec0198b25ff9f8bb19508d9492f86920;p=pandora-kernel.git [PATCH] ppc32 8xx: flush_tlb_range() declaration uses wrong pointer type On 8xx flush_tlb_range() declaration is using a "struct mm_struct *" pointer type while the function itself uses "struct vm_area_struct *". Signed-off-by: Marcelo Tosatti Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed