Remove extra '(' that prevented kernel with UVMHIST to be compiled
This commit is contained in:
parent
81e0f3dc3d
commit
6383f534f7
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: uvm_stat.h,v 1.40 2008/01/02 11:49:21 ad Exp $ */
|
||||
/* $NetBSD: uvm_stat.h,v 1.41 2008/01/22 21:36:23 reinoud Exp $ */
|
||||
|
||||
/*
|
||||
*
|
||||
@ -131,7 +131,7 @@ do { \
|
||||
(NAME).namelen = strlen(__STRING(NAME)); \
|
||||
(NAME).n = sizeof(BUF) / sizeof(struct uvm_history_ent); \
|
||||
(NAME).f = 0; \
|
||||
mutex_init((&(NAME).l, MUTEX_SPIN, IPL_HIGH); \
|
||||
mutex_init(&(NAME).l, MUTEX_SPIN, IPL_HIGH); \
|
||||
(NAME).e = (struct uvm_history_ent *) (BUF); \
|
||||
memset((NAME).e, 0, sizeof(struct uvm_history_ent) * (NAME).n); \
|
||||
LIST_INSERT_HEAD(&uvm_histories, &(NAME), list); \
|
||||
|
Loading…
Reference in New Issue
Block a user