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:
0e0da48
)
parisc: Fix pmd code to depend on PT_NLEVELS value, not on CONFIG_64BIT
author
Helge Deller
<deller@gmx.de>
Mon, 16 Mar 2015 20:17:50 +0000
(21:17 +0100)
committer
Helge Deller
<deller@gmx.de>
Mon, 23 Mar 2015 11:28:16 +0000
(12:28 +0100)
Make the code which sets up the pmd depend on PT_NLEVELS == 3, not on
CONFIG_64BIT. The reason is, that a 64bit kernel with a page size
greater than 4k doesn't need the pmd and thus has PT_NLEVELS = 2.
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/include/asm/pgalloc.h
patch
|
blob
|
history
diff --cc
arch/parisc/include/asm/pgalloc.h
Simple merge