[PATCH] powerpc: Fix accidentally-working typo in __pud_free_tlb
authorDavid Gibson <david@gibson.dropbear.id.au>
Fri, 17 Feb 2006 21:52:56 +0000 (13:52 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 17 Feb 2006 21:59:27 +0000 (13:59 -0800)
commit200a4552af34b9a32e1f68a881a9ed5c7ec699cc
treeb5ea95da0dacdece21fa8b62bd9e84dd84ee60fa
parent9ff4ced4676d3cd1f28b14d93a339f263ca304b0
[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 <dwg@au1.ibm.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-powerpc/pgalloc.h