--- np2/i386c/ia32/paging.c 2008/03/22 04:03:07 1.30 +++ np2/i386c/ia32/paging.c 2011/01/15 18:36:12 1.32 @@ -1,5 +1,3 @@ -/* $Id: paging.c,v 1.30 2008/03/22 04:03:07 monaka Exp $ */ - /* * Copyright (c) 2003-2004 NONAKA Kimihiro * All rights reserved. @@ -789,7 +787,7 @@ tlb_init(void) memset(tlb, 0, sizeof(tlb)); #if defined(IA32_PROFILE_TLB) - memset(tlb_profile, 0, sizeof(tlb_profile)); + memset(&tlb_profile, 0, sizeof(tlb_profile)); #endif /* IA32_PROFILE_TLB */ }