Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/amiga SIR_CLOCK is gone.



details:   https://anonhg.NetBSD.org/src/rev/e8f29e9b2ca7
branches:  trunk
changeset: 503018:e8f29e9b2ca7
user:      is <is%NetBSD.org@localhost>
date:      Sun Jan 28 22:31:53 2001 +0000

description:
SIR_CLOCK is gone.

diffstat:

 sys/arch/amiga/amiga/machdep.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6c3c7d3cc320 -r e8f29e9b2ca7 sys/arch/amiga/amiga/machdep.c
--- a/sys/arch/amiga/amiga/machdep.c    Sun Jan 28 22:23:04 2001 +0000
+++ b/sys/arch/amiga/amiga/machdep.c    Sun Jan 28 22:31:53 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.157 2001/01/15 20:19:51 thorpej Exp $    */
+/*     $NetBSD: machdep.c,v 1.158 2001/01/28 22:31:53 is Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -1399,7 +1399,7 @@
                        clrsoftint();
                        s = splhigh();
                        ssir_active = ssir;
-                       siroff(SIR_NET | SIR_CLOCK | SIR_CBACK);
+                       siroff(SIR_NET | SIR_CBACK);
                        splx(s);
                        if (ssir_active & SIR_NET) {
 #ifdef REALLYDEBUG



Home | Main Index | Thread Index | Old Index