Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/usermode/dev Revert back to IPL_SOFTCLOCK so its lo...
details: https://anonhg.NetBSD.org/src/rev/c4d8cce791b6
branches: trunk
changeset: 772744:c4d8cce791b6
user: reinoud <reinoud%NetBSD.org@localhost>
date: Sat Jan 14 21:42:51 2012 +0000
description:
Revert back to IPL_SOFTCLOCK so its lower than IPL_SHED
diffstat:
sys/arch/usermode/dev/clock.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r e2aabd69bd18 -r c4d8cce791b6 sys/arch/usermode/dev/clock.c
--- a/sys/arch/usermode/dev/clock.c Sat Jan 14 21:37:17 2012 +0000
+++ b/sys/arch/usermode/dev/clock.c Sat Jan 14 21:42:51 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: clock.c,v 1.24 2012/01/14 21:24:52 reinoud Exp $ */
+/* $NetBSD: clock.c,v 1.25 2012/01/14 21:42:51 reinoud Exp $ */
/*-
* Copyright (c) 2007 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -29,7 +29,7 @@
#include "opt_hz.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.24 2012/01/14 21:24:52 reinoud Exp $");
+__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.25 2012/01/14 21:42:51 reinoud Exp $");
#include <sys/param.h>
#include <sys/proc.h>
@@ -130,7 +130,7 @@
clock_signal(int sig, siginfo_t *info, void *ctx)
{
curcpu()->ci_idepth++;
- spl_intr(IPL_CLOCK, clock_intr, NULL);
+ spl_intr(IPL_SOFTCLOCK, clock_intr, NULL);
curcpu()->ci_idepth--;
}
Home |
Main Index |
Thread Index |
Old Index