summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/asnames.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-04-04 13:26:20 +0000
committerphk <phk@FreeBSD.org>1998-04-04 13:26:20 +0000
commit5e9a131f20894d1df9e8c1768be6eb1cc29a3cf4 (patch)
tree76909c92c472744745de10e5dacc307ea5f7af45 /sys/i386/include/asnames.h
parentddcbf85eb29fd2d50ce1afa0243be370d4893370 (diff)
downloadFreeBSD-src-5e9a131f20894d1df9e8c1768be6eb1cc29a3cf4.zip
FreeBSD-src-5e9a131f20894d1df9e8c1768be6eb1cc29a3cf4.tar.gz
Time changes mark 2:
* Figure out UTC relative to boottime. Four new functions provide time relative to boottime. * move "runtime" into struct proc. This helps fix the calcru() problem in SMP. * kill mono_time. * add timespec{add|sub|cmp} macros to time.h. (XXX: These may change!) * nanosleep, select & poll takes long sleeps one day at a time Reviewed by: bde Tested by: ache and others
Diffstat (limited to 'sys/i386/include/asnames.h')
-rw-r--r--sys/i386/include/asnames.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/include/asnames.h b/sys/i386/include/asnames.h
index 4c40c93..4e1cce5 100644
--- a/sys/i386/include/asnames.h
+++ b/sys/i386/include/asnames.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: asnames.h,v 1.16 1998/01/26 04:44:32 peter Exp $
+ * $Id: asnames.h,v 1.17 1998/03/04 09:55:13 peter Exp $
*/
#ifndef _MACHINE_ASNAMES_H_
@@ -316,7 +316,6 @@
#define _rel_mplock rel_mplock
#define _round_reg round_reg
#define _rtqs rtqs
-#define _runtime runtime
#define _s_lock s_lock
#define _s_unlock s_unlock
#define _secondary_main secondary_main
OpenPOWER on IntegriCloud