Source-Changes-HG archive

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

[src/trunk]: src/sys/arch there is no SPL_SOFT



details:   https://anonhg.NetBSD.org/src/rev/31a58ede1ace
branches:  trunk
changeset: 983779:31a58ede1ace
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jun 05 21:24:16 2021 +0000

description:
there is no SPL_SOFT

diffstat:

 sys/arch/epoc32/include/intr.h |  4 +---
 sys/arch/hpcarm/include/intr.h |  4 +---
 sys/arch/zaurus/include/intr.h |  4 +---
 3 files changed, 3 insertions(+), 9 deletions(-)

diffs (54 lines):

diff -r 502cce61fd78 -r 31a58ede1ace sys/arch/epoc32/include/intr.h
--- a/sys/arch/epoc32/include/intr.h    Sat Jun 05 14:28:28 2021 +0000
+++ b/sys/arch/epoc32/include/intr.h    Sat Jun 05 21:24:16 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.h,v 1.2 2020/07/23 19:25:14 skrll Exp $   */
+/*     $NetBSD: intr.h,v 1.3 2021/06/05 21:24:16 christos Exp $        */
 
 /*
  * Copyright (c) 2001, 2003 Wasabi Systems, Inc.
@@ -71,8 +71,6 @@
 
 #include <arm/pic/picvar.h>
 
-#define        splsoft()       _splraise(IPL_SOFT)
-
 typedef uint8_t ipl_t;
 typedef struct {
        ipl_t _ipl;
diff -r 502cce61fd78 -r 31a58ede1ace sys/arch/hpcarm/include/intr.h
--- a/sys/arch/hpcarm/include/intr.h    Sat Jun 05 14:28:28 2021 +0000
+++ b/sys/arch/hpcarm/include/intr.h    Sat Jun 05 21:24:16 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.h,v 1.21 2020/07/27 12:32:54 skrll Exp $  */
+/*     $NetBSD: intr.h,v 1.22 2021/06/05 21:24:17 christos Exp $       */
 
 /*
  * Copyright (c) 1997 Mark Brinicombe.
@@ -124,8 +124,6 @@
 
 #endif /* ARM_INTR_IMPL */
 
-#define splsoft()      _splraise(IPL_SOFT)
-
 #endif /* _MODULE */
 
 typedef uint8_t ipl_t;
diff -r 502cce61fd78 -r 31a58ede1ace sys/arch/zaurus/include/intr.h
--- a/sys/arch/zaurus/include/intr.h    Sat Jun 05 14:28:28 2021 +0000
+++ b/sys/arch/zaurus/include/intr.h    Sat Jun 05 21:24:16 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.h,v 1.11 2020/07/27 12:32:54 skrll Exp $  */
+/*     $NetBSD: intr.h,v 1.12 2021/06/05 21:24:17 christos Exp $       */
 
 /*
  * Copyright (c) 2001, 2003 Wasabi Systems, Inc.
@@ -119,8 +119,6 @@
 
 #endif /* ARM_INTR_IMPL */
 
-#define        splsoft()       _splraise(IPL_SOFT)
-
 #endif /* _MODULE */
 
 typedef uint8_t ipl_t;



Home | Main Index | Thread Index | Old Index