From 60d1cac5a8ccb212baadfb4a019297d5511c45fe Mon Sep 17 00:00:00 2001 From: Philip Guenther Date: Mon, 3 Jun 2013 16:55:23 +0000 Subject: Convert some internal APIs to use timespecs instead of timevals ok matthew@ deraadt@ --- sys/arch/luna88k/luna88k/machdep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/luna88k') diff --git a/sys/arch/luna88k/luna88k/machdep.c b/sys/arch/luna88k/luna88k/machdep.c index 1d40160b777..10e48678703 100644 --- a/sys/arch/luna88k/luna88k/machdep.c +++ b/sys/arch/luna88k/luna88k/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.86 2013/02/17 18:07:36 miod Exp $ */ +/* $OpenBSD: machdep.c,v 1.87 2013/06/03 16:55:21 guenther Exp $ */ /* * Copyright (c) 1998, 1999, 2000, 2001 Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -777,7 +777,7 @@ secondary_main() ncpus++; sched_init_cpu(ci); - microuptime(&ci->ci_schedstate.spc_runtime); + nanouptime(&ci->ci_schedstate.spc_runtime); ci->ci_curproc = NULL; ci->ci_randseed = random(); -- cgit v1.2.3