[PATCH] powerpc: Fix comment in ibm_architecture_vec
Olof Johansson
olof at lixom.net
Sun Apr 30 14:53:46 EST 2006
On Sat, Apr 29, 2006 at 04:15:10PM +1000, Paul Mackerras wrote:
> Paul Mackerras:
> powerpc/pseries: Tell firmware our capabilities on new machines
Below is definitely not 2.6.17 material, so for the 2.6.18 queue:
---
Either constant or comment is wrong, I'm guessing it's comment since the
ELF header version uses 64MB.
Signed-off-by: Olof Johansson <olof at lixom.net>
diff --git a/arch/powerpc/kernel/prom_init.c b/arch/powerpc/kernel/prom_init.c
index 078fb55..ef99f26 100644
--- a/arch/powerpc/kernel/prom_init.c
+++ b/arch/powerpc/kernel/prom_init.c
@@ -705,7 +705,7 @@ static unsigned char ibm_architecture_ve
W(0xffffffff), /* virt_base */
W(0xffffffff), /* virt_size */
W(0xffffffff), /* load_base */
- W(64), /* 128MB min RMA */
+ W(64), /* 64MB min RMA */
W(0xffffffff), /* full client load */
0, /* min RMA percentage of total RAM */
48, /* max log_2(hash table size) */
More information about the Linuxppc-dev
mailing list