aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1999-03-06 04:46:20 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1999-03-06 04:46:20 +0000
commitacc8326d0cae1b704baf2eeef0f89bbfb87b3033 (patch)
tree9e8fd54f54905a4c517e7fbeb2b8f705601c64e5 /sys/alpha
parentc07760c6a426e744dac5e96e55ef20c41bda9b29 (diff)
Notes
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/alpha/machdep.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/alpha/alpha/machdep.c b/sys/alpha/alpha/machdep.c
index b027e9870e901..9dfbb8f95ef87 100644
--- a/sys/alpha/alpha/machdep.c
+++ b/sys/alpha/alpha/machdep.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: machdep.c,v 1.32 1999/02/22 15:13:33 bde Exp $
+ * $Id: machdep.c,v 1.33 1999/02/27 18:41:40 dfr Exp $
*/
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -409,6 +409,8 @@ again:
*/
SLIST_INIT(&callfree);
for (i = 0; i < ncallout; i++) {
+ callout_init(&callout[i]);
+ callout[i].c_flags = CALLOUT_LOCAL_ALLOC;
SLIST_INSERT_HEAD(&callfree, &callout[i], c_links.sle);
}