94a95,99
> // sanity check the ranks since we rely on bit slicing for the
> // address decoding
> fatal_if(!isPowerOf2(ranksPerChannel), "DRAM rank count of %d is not "
> "allowed, must be a power of two\n", ranksPerChannel);
>