K 10 svn:author V 3 yar K 8 svn:date V 27 2006-02-09T09:10:54.000000Z K 7 svn:log V 282 Avoid calling CPUID function 0x02 if the CPU reports no support for it. The former code used to hang older Intel CPUs by trying to get non-existent TLB info 2^32 times. Reduce code duplication around the calls to CPUID 0x02 by using do-while loops. PR: i386/92977 Tested by: cy END