projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d82ffd
)
powerpc: Allow 256kB pages with SHMEM
author
Hugh Dickins
<hugh@veritas.com>
Mon, 6 Apr 2009 11:01:15 +0000
(11:01 +0000)
committer
Paul Mackerras
<paulus@samba.org>
Wed, 15 Apr 2009 05:23:53 +0000
(15:23 +1000)
Now that shmem's divisions by zero and SHMEM_MAX_BYTES are fixed,
let powerpc 256kB pages coexist with CONFIG_SHMEM again.
Signed-off-by: Hugh Dickins <hugh@veritas.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/Kconfig
b/arch/powerpc/Kconfig
index 5b50e1ac61794ea71a2c76298e3ec7ac819a2cab..4c780455136218c84c4f82fe5e6d74124529a570 100644
(file)
--- a/
arch/powerpc/Kconfig
+++ b/
arch/powerpc/Kconfig
@@
-462,7
+462,7
@@
config PPC_64K_PAGES
config PPC_256K_PAGES
bool "256k page size" if 44x
- depends on !STDBINUTILS
&& (!SHMEM || BROKEN)
+ depends on !STDBINUTILS
help
Make the page size 256k.