K 10 svn:author V 3 mux K 8 svn:date V 27 2004-08-03T18:44:27.000000Z K 7 svn:log V 274 Instead of calling ia32_pause() conditionally on __i386__ or __amd64__ being defined, define and use a new MD macro, cpu_spinwait(). It only expands to something on i386 and amd64, so the compiled code should be identical. Name of the macro found by: jhb Reviewed by: jhb END