Skip to content

Commit

Permalink
powerpc/pseries: Fix ibm,client-architecture comment
Browse files Browse the repository at this point in the history
We specify a 64MB RMO, but the comment says 128MB.

Signed-off-by: Anton Blanchard <[email protected]>
Signed-off-by: Paul Mackerras <[email protected]>
  • Loading branch information
antonblanchard authored and paulusmack committed Apr 7, 2009
1 parent 4a9f950 commit 856cc2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/kernel/prom_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) */
Expand Down

0 comments on commit 856cc2f

Please sign in to comment.