Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/sommerfeld_i386mp_1]: src/sys/arch/i386/i386 Rename this function to all...



details:   https://anonhg.NetBSD.org/src/rev/a522291b500a
branches:  sommerfeld_i386mp_1
changeset: 482174:a522291b500a
user:      sommerfeld <sommerfeld%NetBSD.org@localhost>
date:      Sun Feb 20 18:16:07 2000 +0000

description:
Rename this function to allow for the use of a local-apic based
microtime function, switchable at boot time.

diffstat:

 sys/arch/i386/i386/microtime.s |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 204ca13ff370 -r a522291b500a sys/arch/i386/i386/microtime.s
--- a/sys/arch/i386/i386/microtime.s    Sun Feb 20 18:14:44 2000 +0000
+++ b/sys/arch/i386/i386/microtime.s    Sun Feb 20 18:16:07 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: microtime.s,v 1.18 1998/12/01 04:31:01 thorpej Exp $   */
+/*     $NetBSD: microtime.s,v 1.18.18.1 2000/02/20 18:16:07 sommerfeld Exp $   */
 
 /*-
  * Copyright (c) 1993 The Regents of the University of California.
@@ -40,7 +40,7 @@
 #define        IRQ_BIT(irq_num)        (1 << ((irq_num) % 8))
 #define        IRQ_BYTE(irq_num)       ((irq_num) / 8)
 
-ENTRY(microtime)
+ENTRY(i8254_microtime)
        # clear registers and do whatever we can up front
        pushl   %edi
        pushl   %ebx



Home | Main Index | Thread Index | Old Index