powerpc/mm: Fix misplaced #endif in pgtable-ppc64-64k.h
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 23 Jul 2009 23:15:04 +0000 (23:15 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 20 Aug 2009 00:12:35 +0000 (10:12 +1000)
commit7d60b02cc7e6d67b498eed9ecb58010f61422325
tree2f7ff97e60acaf7b241cad2d48dccc0b7738bd06
parentdd90bbd5fb763ab8924135a30956030c7a7b94fc
powerpc/mm: Fix misplaced #endif in pgtable-ppc64-64k.h

A misplaced #endif causes more definitions than intended to be
protected by #ifndef __ASSEMBLY__. This breaks upcoming 64-bit
BookE support patch when using 64k pages.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/pgtable-ppc64-64k.h