Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/x68k/x68k Pull up revision 1.52 (via patch, re...



details:   https://anonhg.NetBSD.org/src/rev/6168b0551d4f
branches:  netbsd-1-4
changeset: 470047:6168b0551d4f
user:      he <he%NetBSD.org@localhost>
date:      Sat Jan 15 17:35:53 2000 +0000

description:
Pull up revision 1.52 (via patch, requested by itohy):
  Change the implementation of ms(4) polling to use timeout(9)
  software timer, and change the clock interrupt handler not to
  lower interrupt level, in order to eliminate glitches on MPU
  interrupt levels.

diffstat:

 sys/arch/x68k/x68k/locore.s |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r 95061fcaf19b -r 6168b0551d4f sys/arch/x68k/x68k/locore.s
--- a/sys/arch/x68k/x68k/locore.s       Sat Jan 15 17:30:11 2000 +0000
+++ b/sys/arch/x68k/x68k/locore.s       Sat Jan 15 17:35:53 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.41.2.4 1999/11/21 15:44:19 he Exp $       */
+/*     $NetBSD: locore.s,v 1.41.2.5 2000/01/15 17:35:53 he Exp $       */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -641,17 +641,12 @@
        jra     rei
 
 _timertrap:
-       movw    #SPL4,sr                | XXX?
        moveml  #0xC0C0,sp@-            | save scratch registers
        addql   #1,_C_LABEL(intrcnt)+36 | count hardclock interrupts
        lea     sp@(16),a1              | a1 = &clockframe
        movl    a1,sp@-
        jbsr    _hardclock              | hardclock(&frame)
        addql   #4,sp
-#include "ms.h"
-#if NMS > 0
-       jbsr    _ms_modem
-#endif
        addql   #1,_C_LABEL(uvmexp)+UVMEXP_INTRS | chalk up another interrupt
        moveml  sp@+,#0x0303            | restore scratch registers
        jra     rei                     | all done



Home | Main Index | Thread Index | Old Index