diff --git a/sys/arch/x86/x86/platform.c b/sys/arch/x86/x86/platform.c index 0c8a1c0b4c4d..f30322a6b631 100644 --- a/sys/arch/x86/x86/platform.c +++ b/sys/arch/x86/x86/platform.c @@ -1,4 +1,4 @@ -/* $NetBSD: platform.c,v 1.12 2011/11/14 02:44:59 jmcneill Exp $ */ +/* $NetBSD: platform.c,v 1.13 2011/11/14 11:29:48 jmcneill Exp $ */ /*- * Copyright (c) 2007 Jared D. McNeill @@ -29,7 +29,7 @@ #include "isa.h" #include -__KERNEL_RCSID(0, "$NetBSD: platform.c,v 1.12 2011/11/14 02:44:59 jmcneill Exp $"); +__KERNEL_RCSID(0, "$NetBSD: platform.c,v 1.13 2011/11/14 11:29:48 jmcneill Exp $"); #include #include @@ -242,6 +242,7 @@ platform_add_date(struct smbtable *tbl, const char *key, int idx) year += 1900; sprintf(datestr, "%04u%02u%02u", year, month, day); pmf_set_platform(key, datestr); + platform_create_sysctl(key); } static void