Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/sparc64 Preset ih_pil.



details:   https://anonhg.NetBSD.org/src/rev/9b715925bd39
branches:  trunk
changeset: 769230:9b715925bd39
user:      nakayama <nakayama%NetBSD.org@localhost>
date:      Sun Sep 04 12:17:46 2011 +0000

description:
Preset ih_pil.

diffstat:

 sys/arch/sparc64/sparc64/clock.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 03b7bbeb4f35 -r 9b715925bd39 sys/arch/sparc64/sparc64/clock.c
--- a/sys/arch/sparc64/sparc64/clock.c  Sun Sep 04 12:17:13 2011 +0000
+++ b/sys/arch/sparc64/sparc64/clock.c  Sun Sep 04 12:17:46 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: clock.c,v 1.105 2011/07/01 18:49:24 dyoung Exp $ */
+/*     $NetBSD: clock.c,v 1.106 2011/09/04 12:17:46 nakayama Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -55,7 +55,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.105 2011/07/01 18:49:24 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.106 2011/09/04 12:17:46 nakayama Exp $");
 
 #include "opt_multiprocessor.h"
 
@@ -117,9 +117,9 @@
 static int statscheddiv;
 #endif
 
-static struct intrhand level10 = { .ih_fun = clockintr };
+static struct intrhand level10 = { .ih_fun = clockintr, .ih_pil = PIL_CLOCK };
 #ifndef MULTIPROCESSOR
-static struct intrhand level14 = { .ih_fun = statintr };
+static struct intrhand level14 = { .ih_fun = statintr, .ih_pil = PIL_STATCLOCK };
 static struct intrhand *schedint;
 #endif
 



Home | Main Index | Thread Index | Old Index