NetBSD 9.99.20 cpu_info/cpu_data changes for topology

This commit is contained in:
ad 2019-12-06 21:07:07 +00:00
parent 21c4ca8592
commit 8e78580c11
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.620 2019/12/01 16:36:25 ad Exp $ */
/* $NetBSD: param.h,v 1.621 2019/12/06 21:07:07 ad Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
#define __NetBSD_Version__ 999001900 /* NetBSD 9.99.19 */
#define __NetBSD_Version__ 999002000 /* NetBSD 9.99.20 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)