diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1999-03-06 04:46:20 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1999-03-06 04:46:20 +0000 |
| commit | acc8326d0cae1b704baf2eeef0f89bbfb87b3033 (patch) | |
| tree | 9e8fd54f54905a4c517e7fbeb2b8f705601c64e5 /sys/alpha | |
| parent | c07760c6a426e744dac5e96e55ef20c41bda9b29 (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/alpha/machdep.c | 4 |
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); } |
