Pull in sys/intr.h

This commit is contained in:
ad 2007-11-29 18:04:46 +00:00
parent a45b048ec2
commit 7d57af5baa
2 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: kern_todr.c,v 1.24 2006/09/24 18:24:55 peter Exp $ */
/* $NetBSD: kern_todr.c,v 1.25 2007/11/29 18:04:46 ad Exp $ */
/*
* Copyright (c) 1992, 1993
@ -76,13 +76,15 @@
* @(#)clock.c 8.1 (Berkeley) 6/10/93
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: kern_todr.c,v 1.24 2006/09/24 18:24:55 peter Exp $");
__KERNEL_RCSID(0, "$NetBSD: kern_todr.c,v 1.25 2007/11/29 18:04:46 ad Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <sys/timetc.h>
#include <sys/intr.h>
#include <dev/clock_subr.h> /* hmm.. this should probably move to sys */
#ifdef __HAVE_GENERIC_TODR

View File

@ -1,4 +1,4 @@
/* $NetBSD: subr_time.c,v 1.1 2007/08/09 07:36:19 pooka Exp $ */
/* $NetBSD: subr_time.c,v 1.2 2007/11/29 18:04:46 ad Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1993
@ -33,13 +33,14 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: subr_time.c,v 1.1 2007/08/09 07:36:19 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: subr_time.c,v 1.2 2007/11/29 18:04:46 ad Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/timex.h>
#include <sys/time.h>
#include <sys/timetc.h>
#include <sys/intr.h>
#ifdef __HAVE_TIMECOUNTER
/*