And the 0x02 is used with Chip Pump Mode which is not used by customers. So I change the default value of Memory Interleaving to 1

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.6@10936 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jjhua
2011-11-01 01:58:48 +00:00
parent b37de511a8
commit d76099720d
+1 -1
View File
@@ -201,7 +201,7 @@ sub chvm_parse_args {
return(usage( "Invalid entry: $opt{m}.\n For Power 775, the pending memory interleaving mode only could be interleaved(or 1), or non-interleaved(or 2)." ));
}
} else {
$opt{m} = 2 ;# non-interleaved, which is the default
$opt{m} = 1 ;# interleaved, which is the default
}
my @ratio = (1, 2, 3, 4, 5);