commit | 7d60b02cc7e6d67b498eed9ecb58010f61422325 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Jul 23 23:15:04 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Aug 20 10:12:35 2009 +1000 |
tree | 2f7ff97e60acaf7b241cad2d48dccc0b7738bd06 | |
parent | dd90bbd5fb763ab8924135a30956030c7a7b94fc [diff] |
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>