From: David Gibson Date: Fri, 17 Feb 2006 21:52:56 +0000 (-0800) Subject: [PATCH] powerpc: Fix accidentally-working typo in __pud_free_tlb X-Git-Tag: v2.6.16-rc4~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=200a4552af34b9a32e1f68a881a9ed5c7ec699cc;p=pandora-kernel.git [PATCH] powerpc: Fix accidentally-working typo in __pud_free_tlb One of the parameters to the __pud_free_tlb() macro for powerpc is incorrect (see patch) . We get away with it by accident, because the one place the macro is called, the second parameter is a variable named "pud". Signed-off-by: David Gibson Cc: Paul Mackerras Cc: Benjamin Herrenschmidt Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed