]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commita54296341b025a1475628557319b19ac7b9bf854
treeb5ea95da0dacdece21fa8b62bd9e84dd84ee60fa
parent754e1e4292605f61c1642b29f7d2e2feb18c12fb
[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