Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/include Lower spl for softints.



details:   https://anonhg.NetBSD.org/src/rev/84ee2eb992b6
branches:  trunk
changeset: 474750:84ee2eb992b6
user:      eeh <eeh%NetBSD.org@localhost>
date:      Sun Jul 18 23:54:20 1999 +0000

description:
Lower spl for softints.

diffstat:

 sys/arch/sparc64/include/psl.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b99154ab3a72 -r 84ee2eb992b6 sys/arch/sparc64/include/psl.h
--- a/sys/arch/sparc64/include/psl.h    Sun Jul 18 23:52:58 1999 +0000
+++ b/sys/arch/sparc64/include/psl.h    Sun Jul 18 23:54:20 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: psl.h,v 1.8 1999/06/05 20:38:25 eeh Exp $ */
+/*     $NetBSD: psl.h,v 1.9 1999/07/18 23:54:20 eeh Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -347,7 +347,7 @@
 
 SPL(spl0, 0)
 
-SPLHOLD(splsoftint, 1)
+SPL(splsoftint, 1)
 #define        splsoftclock    splsoftint
 #define        splsoftnet      splsoftint
 



Home | Main Index | Thread Index | Old Index