From 67e07ec558e10ef8362da1986fba1d84e6c7067d Mon Sep 17 00:00:00 2001 From: christos Date: Mon, 28 Aug 2006 00:20:47 +0000 Subject: [PATCH] Add missing initializers --- sys/arch/x86/x86/cacheinfo.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/sys/arch/x86/x86/cacheinfo.c b/sys/arch/x86/x86/cacheinfo.c index 0ed087c77227..fd212b2e0b42 100644 --- a/sys/arch/x86/x86/cacheinfo.c +++ b/sys/arch/x86/x86/cacheinfo.c @@ -1,4 +1,4 @@ -/* $NetBSD: cacheinfo.c,v 1.9 2006/02/21 04:26:32 thorpej Exp $ */ +/* $NetBSD: cacheinfo.c,v 1.10 2006/08/28 00:20:47 christos Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: cacheinfo.c,v 1.9 2006/02/21 04:26:32 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: cacheinfo.c,v 1.10 2006/08/28 00:20:47 christos Exp $"); #include #include @@ -146,13 +146,13 @@ cache_info_lookup(const struct x86_cache_info *cai, u_int8_t desc) static const struct x86_cache_info amd_cpuid_l2cache_assoc_info[] = { - { 0, 0x01, 1 }, - { 0, 0x02, 2 }, - { 0, 0x04, 4 }, - { 0, 0x06, 8 }, - { 0, 0x08, 16 }, - { 0, 0x0f, 0xff }, - { 0, 0x00, 0 }, + { 0, 0x01, 1, 0, 0, NULL }, + { 0, 0x02, 2, 0, 0, NULL }, + { 0, 0x04, 4, 0, 0, NULL }, + { 0, 0x06, 8, 0, 0, NULL }, + { 0, 0x08, 16, 0, 0, NULL }, + { 0, 0x0f, 0xff, 0, 0, NULL }, + { 0, 0x00, 0, 0, 0, NULL }, }; void