From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu From: Sape Mullender MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] (no subject) Date: Thu, 22 Jan 2004 10:22:28 -0500 Topicbox-Message-UUID: bd844ef4-eacc-11e9-9e20-41e7f4b1d025 Forsyth suggested > have > void (*cycles)(uvlong*) in pc/fns.h and have x86 processors that don't support it set > cycles to point to a function zero the uvlong, and x86 processors that do support > it point to the existing code. and that's just what I did. In fact, the default (non-tsc) version puts m->ticks into the uvlong. At least it measures some semblance of time that way. I'll push to sources in a little bit. Sape