Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/usermode/include spl_intr() is not defined anymore ...
details: https://anonhg.NetBSD.org/src/rev/515b2342a0e8
branches: trunk
changeset: 773442:515b2342a0e8
user: reinoud <reinoud%NetBSD.org@localhost>
date: Thu Feb 02 11:13:41 2012 +0000
description:
spl_intr() is not defined anymore so remove from the header file
diffstat:
sys/arch/usermode/include/intr.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r b4171b0a64a0 -r 515b2342a0e8 sys/arch/usermode/include/intr.h
--- a/sys/arch/usermode/include/intr.h Thu Feb 02 11:12:40 2012 +0000
+++ b/sys/arch/usermode/include/intr.h Thu Feb 02 11:13:41 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: intr.h,v 1.7 2012/01/21 22:09:57 reinoud Exp $ */
+/* $NetBSD: intr.h,v 1.8 2012/02/02 11:13:41 reinoud Exp $ */
/*-
* Copyright (c) 2007 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -36,7 +36,6 @@
void splinit(void);
int splraise(int);
void spllower(int);
-void spl_intr(int x, void (*func)(void *), void *arg);
#define spl0() spllower(IPL_NONE)
#define splx(x) spllower(x)
Home |
Main Index |
Thread Index |
Old Index