git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd90bbd
)
powerpc/mm: Fix misplaced #endif in pgtable-ppc64-64k.h
author
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Thu, 23 Jul 2009 23:15:04 +0000
(23:15 +0000)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Thu, 20 Aug 2009 00:12:35 +0000
(10:12 +1000)
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>
No differences found