K 10 svn:author V 3 jhb K 8 svn:date V 27 2002-05-22T13:19:22.000000Z K 7 svn:log V 330 Rename cpu_pause() to pause(). Originally I was going to make this an MI API with empty cpu_pause() functions on other arch's, but this functionality is definitely unique to IA-32, so I decided to leave it as i386-only and wrap it in #ifdef's. I should have dropped the cpu_ prefix when I made that decision. Requested by: bde END