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/5404bad98e1f
branches: trunk
changeset: 379545:5404bad98e1f
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 29ce22fa9287 -r 5404bad98e1f 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 29ce22fa9287 -r 5404bad98e1f 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 @@ void splx(int);
#endif /* ARM_INTR_IMPL */
-#define splsoft() _splraise(IPL_SOFT)
-
#endif /* _MODULE */
typedef uint8_t ipl_t;
diff -r 29ce22fa9287 -r 5404bad98e1f 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 @@ void splx(int);
#endif /* ARM_INTR_IMPL */
-#define splsoft() _splraise(IPL_SOFT)
-
#endif /* _MODULE */
typedef uint8_t ipl_t;
Home |
Main Index |
Thread Index |
Old Index