powerpc/pseries: Fix ibm,client-architecture comment
authorAnton Blanchard <anton@samba.org>
Tue, 31 Mar 2009 20:14:01 +0000 (20:14 +0000)
committerPaul 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

index df21f95..2f0e64b 100644 (file)
@@ -614,7 +614,7 @@ static unsigned char ibm_architecture_vec[] = {
        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) */