projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a9f950
)
powerpc/pseries: Fix ibm,client-architecture comment
author
Anton Blanchard
<anton@samba.org>
Tue, 31 Mar 2009 20:14:01 +0000
(20:14 +0000)
committer
Paul Mackerras
<paulus@samba.org>
Tue, 7 Apr 2009 05:18:59 +0000
(15:18 +1000)
We specify a 64MB RMO, but the comment says 128MB.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/prom_init.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/prom_init.c
b/arch/powerpc/kernel/prom_init.c
index df21f95b4b1e1b29e2ba29c90fe72a13d1a62277..2f0e64b53642eb0c68191cd62929b906a2eba97c 100644
(file)
--- a/
arch/powerpc/kernel/prom_init.c
+++ b/
arch/powerpc/kernel/prom_init.c
@@
-614,7
+614,7
@@
static unsigned char ibm_architecture_vec[] = {
W(0xffffffff), /* virt_base */
W(0xffffffff), /* virt_size */
W(0xffffffff), /* load_base */
- W(64), /*
128
MB min RMA */
+ W(64), /*
64
MB min RMA */
W(0xffffffff), /* full client load */
0, /* min RMA percentage of total RAM */
48, /* max log_2(hash table size) */