
27 May
2010
27 May
'10
9:54 p.m.
Wolfgang Denk wrote:
We don't have machine check handlers on the other PPC systems either. We kust make sure that the mapping is big enough for the maximal RAM size we are going to test.
What if the mapping is too big? Isn't the whole point of get_ram_size() that there is less RAM than we say there is? That is, if there's only 1GB of RAM, and we do this:
dram_size = get_ram_size(0, 2GB);
That get_ram_size() will return 1GB?
--
Timur Tabi
Linux kernel developer at Freescale