K 10 svn:author V 3 jdp K 8 svn:date V 27 2001-10-12T16:49:28.000000Z K 7 svn:log V 431 Correct the input/output/clobber specifications for the cpuid instruction. Stefan Keller noticed that CPU identification was broken when compiled with -O2, and tracked it down to the asm statement, which was storing values into memory without specifying that memory was modified. He submitted a patch which added "memory" as a clobber, but I refined it further to arrive at this version. MFC after: 3 days END