Dennis Clarke wrote:
>> Hmm, startup_memlist+3f5 passes these as parameters to page_coloring_init(),
>> so if we trust the parameters shown in the stack backtrace, we have
>>
>>         pagecolor_memsz =
>>             page_coloring_init(l2cache_sz, l2cache_linesz, l2cache_assoc);
>>
>>        fec38300 unix:page_coloring_init+35a (20000, 40, a)
>>
>> l2cache_sz == 0x20000,
>> l2cache_linesz == 0x40,
>> l2cache_assoc ==  0xa
>>
>> That should give us a CPUSETSIZE() of 0x20000 / 0xa == 0x3333,
>> which is not a power of 2.
>>     
10 way set associative cache eh. ;)

Dennis, was this an Intel or AMD based system?

Thanks,
-Eric
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to