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/amd64 | |
| parent | c07760c6a426e744dac5e96e55ef20c41bda9b29 (diff) | |
Notes
Diffstat (limited to 'sys/amd64')
| -rw-r--r-- | sys/amd64/amd64/machdep.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c index c5ac17a4a769e..41584f514cf7e 100644 --- a/sys/amd64/amd64/machdep.c +++ b/sys/amd64/amd64/machdep.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)machdep.c 7.4 (Berkeley) 6/3/91 - * $Id: machdep.c,v 1.325 1999/02/11 07:53:28 msmith Exp $ + * $Id: machdep.c,v 1.326 1999/02/13 17:45:15 bde Exp $ */ #include "apm.h" @@ -431,6 +431,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); } |
