ALIGNBYTES + 1, not ALIGNBYTES in previous.

This commit is contained in:
ad 2008-03-27 18:44:21 +00:00
parent b2e98d2a76
commit f280ebae4b

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.c,v 1.55 2008/03/27 18:28:20 ad Exp $ */
/* $NetBSD: param.c,v 1.56 2008/03/27 18:44:21 ad Exp $ */
/*
* Copyright (c) 1980, 1986, 1989 Regents of the University of California.
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: param.c,v 1.55 2008/03/27 18:28:20 ad Exp $");
__KERNEL_RCSID(0, "$NetBSD: param.c,v 1.56 2008/03/27 18:44:21 ad Exp $");
#include "opt_hz.h"
#include "opt_rtc_offset.h"
@ -117,7 +117,7 @@ u_int maxcpus = MAXCPUS;
size_t coherency_unit = COHERENCY_UNIT;
#else
u_int maxcpus = 1;
size_t coherency_unit = ALIGNBYTES;
size_t coherency_unit = ALIGNBYTES + 1;
#endif
/*