Fix typo.
This commit is contained in:
parent
b698c03c2c
commit
bfff830416
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: cpu.c,v 1.24 2008/05/11 16:23:05 ad Exp $ */
|
||||
/* $NetBSD: cpu.c,v 1.25 2008/05/11 16:25:46 ad Exp $ */
|
||||
/* NetBSD: cpu.c,v 1.18 2004/02/20 17:35:01 yamt Exp */
|
||||
|
||||
/*-
|
||||
|
@ -66,7 +66,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.24 2008/05/11 16:23:05 ad Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.25 2008/05/11 16:25:46 ad Exp $");
|
||||
|
||||
#include "opt_ddb.h"
|
||||
#include "opt_multiprocessor.h"
|
||||
|
@ -153,7 +153,7 @@ struct cpu_info cpu_info_primary = {
|
|||
.ci_self = &cpu_info_primary,
|
||||
.ci_idepth = -1,
|
||||
.ci_curlwp = &lwp0,
|
||||
.ci_curldt = -1;
|
||||
.ci_curldt = -1,
|
||||
#ifdef TRAPLOG
|
||||
.ci_tlog = &tlog_primary,
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue