> Just for my info, why do we need not update MSRs when a cpu goes offline?

The CBM (cache bitmask) MSRs are shared by all the cpus that use that same 
cache. So
they mustn't be updated when some of the CPUs go offline, because the remaining 
ones
are still using them. I suppose you could do something if the last CPU using a 
cache goes
offline ... but I don't see that it would achieve anything. Offline CPUs aren't 
executing any
instructions, so don't do any cache allocations.

-Tony

Reply via email to