Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/cesfic/include get up-to-date (cleanup, splimp->splvm)
details: https://anonhg.NetBSD.org/src/rev/054ff1e6e388
branches: trunk
changeset: 510001:054ff1e6e388
user: drochner <drochner%NetBSD.org@localhost>
date: Wed May 16 18:49:51 2001 +0000
description:
get up-to-date (cleanup, splimp->splvm)
diffstat:
sys/arch/cesfic/include/param.h | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diffs (32 lines):
diff -r ea1d12fefa61 -r 054ff1e6e388 sys/arch/cesfic/include/param.h
--- a/sys/arch/cesfic/include/param.h Wed May 16 18:49:05 2001 +0000
+++ b/sys/arch/cesfic/include/param.h Wed May 16 18:49:51 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.1 2001/05/14 18:23:13 drochner Exp $ */
+/* $NetBSD: param.h,v 1.2 2001/05/16 18:49:51 drochner Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -106,10 +106,6 @@
extern unsigned short cesfic_impipl;
#endif /* _KERNEL && !_LOCORE */
-/* These spl calls are _not_ to be used by machine-independent code. */
-#define splhil() _splraise(PSL_S|PSL_IPL1)
-#define splkbd() splhil()
-
/* These spl calls are used by machine-independent code. */
#define spllowersoftclock() spl1()
#define splsoft() splraise1()
@@ -118,10 +114,9 @@
#define splbio() _splraise(cesfic_bioipl)
#define splnet() _splraise(cesfic_netipl)
#define spltty() _splraise(cesfic_ttyipl)
-#define splimp() _splraise(cesfic_impipl)
+#define splvm() _splraise(cesfic_impipl)
#define splclock() spl6()
#define splstatclock() spl6()
-#define splvm() spl6()
#define splhigh() spl7()
#define splsched() spl7()
#define spllock() spl7()
Home |
Main Index |
Thread Index |
Old Index