diff options
author | phk <phk@FreeBSD.org> | 2006-05-16 14:37:58 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2006-05-16 14:37:58 +0000 |
commit | ef310efff89c7c9b24e149c33a698707417d8367 (patch) | |
tree | d47ebd2b269a1d3e4f115627689dd9e5e00846ab /sys | |
parent | 74372333a63dd71bd9a21b559db1ffc6b4e6d093 (diff) | |
download | FreeBSD-src-ef310efff89c7c9b24e149c33a698707417d8367.zip FreeBSD-src-ef310efff89c7c9b24e149c33a698707417d8367.tar.gz |
Since DELAY() was moved, most <machine/clock.h> #includes have been
unnecessary.
Diffstat (limited to 'sys')
121 files changed, 0 insertions, 124 deletions
diff --git a/sys/amd64/amd64/mp_machdep.c b/sys/amd64/amd64/mp_machdep.c index f7e9c72..4a1695b 100644 --- a/sys/amd64/amd64/mp_machdep.c +++ b/sys/amd64/amd64/mp_machdep.c @@ -56,7 +56,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm_extern.h> #include <machine/apicreg.h> -#include <machine/clock.h> #include <machine/md_var.h> #include <machine/mp_watchdog.h> #include <machine/pcb.h> diff --git a/sys/cam/cam_debug.h b/sys/cam/cam_debug.h index 8be4547..4b0fd24 100644 --- a/sys/cam/cam_debug.h +++ b/sys/cam/cam_debug.h @@ -30,10 +30,6 @@ #ifndef _CAM_CAM_DEBUG_H #define _CAM_CAM_DEBUG_H 1 -#if defined(CAMDEBUG) && defined(_KERNEL) -#include <machine/clock.h> -#endif /* CAMDEBUG && _KERNEL */ - /* * Debugging flags. */ diff --git a/sys/coda/cnode.h b/sys/coda/cnode.h index 8bbdeb5..0504c74 100644 --- a/sys/coda/cnode.h +++ b/sys/coda/cnode.h @@ -49,7 +49,6 @@ #include <sys/vnode.h> #include <sys/lock.h> -#include <machine/clock.h> MALLOC_DECLARE(M_CODA); diff --git a/sys/compat/ndis/subr_hal.c b/sys/compat/ndis/subr_hal.c index e428280..70ffb80 100644 --- a/sys/compat/ndis/subr_hal.c +++ b/sys/compat/ndis/subr_hal.c @@ -46,7 +46,6 @@ __FBSDID("$FreeBSD$"); #include <sys/module.h> #include <sys/systm.h> -#include <machine/clock.h> #include <machine/bus.h> #include <sys/bus.h> diff --git a/sys/compat/ndis/subr_ntoskrnl.c b/sys/compat/ndis/subr_ntoskrnl.c index 772bf7a..9a1ba07 100644 --- a/sys/compat/ndis/subr_ntoskrnl.c +++ b/sys/compat/ndis/subr_ntoskrnl.c @@ -57,7 +57,6 @@ __FBSDID("$FreeBSD$"); #include <sys/sysctl.h> #include <machine/atomic.h> -#include <machine/clock.h> #include <machine/bus.h> #include <machine/stdarg.h> #include <machine/resource.h> diff --git a/sys/contrib/dev/oltr/if_oltr.c b/sys/contrib/dev/oltr/if_oltr.c index a5a72a0..7fc9dc2 100644 --- a/sys/contrib/dev/oltr/if_oltr.c +++ b/sys/contrib/dev/oltr/if_oltr.c @@ -58,7 +58,6 @@ #include <vm/pmap.h> /* for vtophys */ #include <machine/bus.h> -#include <machine/clock.h> #include <machine/resource.h> #include <sys/bus.h> diff --git a/sys/dev/acpica/Osd/OsdSchedule.c b/sys/dev/acpica/Osd/OsdSchedule.c index 5d77027..fca04af 100644 --- a/sys/dev/acpica/Osd/OsdSchedule.c +++ b/sys/dev/acpica/Osd/OsdSchedule.c @@ -42,7 +42,6 @@ __FBSDID("$FreeBSD$"); #include <sys/malloc.h> #include <sys/proc.h> #include <sys/taskqueue.h> -#include <machine/clock.h> #include <contrib/dev/acpica/acpi.h> #include <dev/acpica/acpivar.h> diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c index c6ef01b..f4e553e 100644 --- a/sys/dev/acpica/acpi.c +++ b/sys/dev/acpica/acpi.c @@ -48,7 +48,6 @@ __FBSDID("$FreeBSD$"); #include <sys/sbuf.h> #include <sys/smp.h> -#include <machine/clock.h> #include <machine/resource.h> #include <machine/bus.h> #include <sys/rman.h> diff --git a/sys/dev/aic7xxx/aic79xx_osm.h b/sys/dev/aic7xxx/aic79xx_osm.h index 7e2291f..c3b7d67 100644 --- a/sys/dev/aic7xxx/aic79xx_osm.h +++ b/sys/dev/aic7xxx/aic79xx_osm.h @@ -55,7 +55,6 @@ #define AIC_PCI_CONFIG 1 #include <machine/bus.h> #include <machine/endian.h> -#include <machine/clock.h> #include <machine/resource.h> #include <sys/rman.h> diff --git a/sys/dev/aic7xxx/aic7xxx_osm.h b/sys/dev/aic7xxx/aic7xxx_osm.h index f83ff5db..9dcc88f 100644 --- a/sys/dev/aic7xxx/aic7xxx_osm.h +++ b/sys/dev/aic7xxx/aic7xxx_osm.h @@ -62,7 +62,6 @@ #endif #include <machine/bus.h> #include <machine/endian.h> -#include <machine/clock.h> #include <machine/resource.h> #include <sys/rman.h> diff --git a/sys/dev/an/if_an.c b/sys/dev/an/if_an.c index cf1eb56..0dc49b4 100644 --- a/sys/dev/an/if_an.c +++ b/sys/dev/an/if_an.c @@ -99,7 +99,6 @@ __FBSDID("$FreeBSD$"); #include <sys/syslog.h> #endif #include <sys/sysctl.h> -#include <machine/clock.h> /* for DELAY */ #include <sys/module.h> #include <sys/sysctl.h> diff --git a/sys/dev/arcmsr/arcmsr.c b/sys/dev/arcmsr/arcmsr.c index 27b09a5..52cac47 100644 --- a/sys/dev/arcmsr/arcmsr.c +++ b/sys/dev/arcmsr/arcmsr.c @@ -68,7 +68,6 @@ #include <isa/rtc.h> #include <machine/bus.h> -#include <machine/clock.h> #include <machine/resource.h> #include <machine/atomic.h> #include <sys/conf.h> diff --git a/sys/dev/arl/if_arl.c b/sys/dev/arl/if_arl.c index 8d038d6..75ab4fd 100644 --- a/sys/dev/arl/if_arl.c +++ b/sys/dev/arl/if_arl.c @@ -70,7 +70,6 @@ __FBSDID("$FreeBSD$"); #include <net/bpf.h> -#include <machine/clock.h> #include <dev/arl/if_arlreg.h> diff --git a/sys/dev/arl/if_arl_isa.c b/sys/dev/arl/if_arl_isa.c index fa84396..5f985aa 100644 --- a/sys/dev/arl/if_arl_isa.c +++ b/sys/dev/arl/if_arl_isa.c @@ -58,7 +58,6 @@ __FBSDID("$FreeBSD$"); #include <isa/pnpvar.h> #include <isa/isa_common.h> -#include <machine/clock.h> #include <machine/md_var.h> #include <vm/vm.h> #include <vm/pmap.h> diff --git a/sys/dev/bce/if_bcereg.h b/sys/dev/bce/if_bcereg.h index 4b30f14..1638179 100644 --- a/sys/dev/bce/if_bcereg.h +++ b/sys/dev/bce/if_bcereg.h @@ -63,7 +63,6 @@ #include <netinet/in.h> #include <netinet/ip.h> -#include <machine/clock.h> /* for DELAY */ #include <machine/bus.h> #include <machine/resource.h> #include <sys/bus.h> diff --git a/sys/dev/bfe/if_bfe.c b/sys/dev/bfe/if_bfe.c index fb9087f..2cda657 100644 --- a/sys/dev/bfe/if_bfe.c +++ b/sys/dev/bfe/if_bfe.c @@ -53,7 +53,6 @@ __FBSDID("$FreeBSD$"); #include <netinet/in.h> #include <netinet/ip.h> -#include <machine/clock.h> /* for DELAY */ #include <machine/bus.h> #include <machine/resource.h> #include <sys/bus.h> diff --git a/sys/dev/bge/if_bge.c b/sys/dev/bge/if_bge.c index 7d68648..7c7adc5 100644 --- a/sys/dev/bge/if_bge.c +++ b/sys/dev/bge/if_bge.c @@ -95,7 +95,6 @@ __FBSDID("$FreeBSD$"); #include <netinet/in.h> #include <netinet/ip.h> -#include <machine/clock.h> /* for DELAY */ #include <machine/bus.h> #include <machine/resource.h> #include <sys/bus.h> diff --git a/sys/dev/ciss/ciss.c b/sys/dev/ciss/ciss.c index 2071e74..9d85234 100644 --- a/sys/dev/ciss/ciss.c +++ b/sys/dev/ciss/ciss.c @@ -93,7 +93,6 @@ #include <cam/scsi/scsi_all.h> #include <cam/scsi/scsi_message.h> -#include <machine/clock.h> #include <machine/bus.h> #include <machine/endian.h> #include <machine/resource.h> diff --git a/sys/dev/cnw/if_cnw.c b/sys/dev/cnw/if_cnw.c index b2b99c1..2d97c36 100644 --- a/sys/dev/cnw/if_cnw.c +++ b/sys/dev/cnw/if_cnw.c @@ -246,7 +246,6 @@ struct cfattach cnw_ca = { #include <machine/bus.h> #include <machine/resource.h> -#include <machine/clock.h> #include <machine/md_var.h> #include <sys/rman.h> diff --git a/sys/dev/cpufreq/ichss.c b/sys/dev/cpufreq/ichss.c index f28d477..13d004d 100644 --- a/sys/dev/cpufreq/ichss.c +++ b/sys/dev/cpufreq/ichss.c @@ -39,7 +39,6 @@ __FBSDID("$FreeBSD$"); #include <dev/pci/pcivar.h> #include <machine/bus.h> -#include <machine/clock.h> #include <machine/resource.h> #include <sys/rman.h> diff --git a/sys/dev/ct/bshw_machdep.c b/sys/dev/ct/bshw_machdep.c index 0e48f77..128b6d0 100644 --- a/sys/dev/ct/bshw_machdep.c +++ b/sys/dev/ct/bshw_machdep.c @@ -75,7 +75,6 @@ __FBSDID("$FreeBSD$"); #ifdef __FreeBSD__ #include <machine/bus.h> -#include <machine/clock.h> #include <machine/md_var.h> #include <compat/netbsd/dvcfg.h> diff --git a/sys/dev/ctau/if_ct.c b/sys/dev/ctau/if_ct.c index fcc0a96..4d22f49 100644 --- a/sys/dev/ctau/if_ct.c +++ b/sys/dev/ctau/if_ct.c @@ -47,7 +47,6 @@ __FBSDID("$FreeBSD$"); #include <net/if.h> #include <machine/cpufunc.h> #include <machine/cserial.h> -#include <machine/clock.h> #include <machine/resource.h> #include <dev/cx/machdep.h> #include <dev/ctau/ctddk.h> diff --git a/sys/dev/cx/if_cx.c b/sys/dev/cx/if_cx.c index 9bf4e7b..a48f76b 100644 --- a/sys/dev/cx/if_cx.c +++ b/sys/dev/cx/if_cx.c @@ -51,7 +51,6 @@ __FBSDID("$FreeBSD$"); #include <net/if.h> #include <machine/cpufunc.h> #include <machine/cserial.h> -#include <machine/clock.h> #include <machine/resource.h> #include <dev/cx/machdep.h> #include <dev/cx/cxddk.h> diff --git a/sys/dev/dpt/dpt_scsi.c b/sys/dev/dpt/dpt_scsi.c index 129c95b..826c05e 100644 --- a/sys/dev/dpt/dpt_scsi.c +++ b/sys/dev/dpt/dpt_scsi.c @@ -63,7 +63,6 @@ __FBSDID("$FreeBSD$"); #include <machine/resource.h> #include <sys/rman.h> -#include <machine/clock.h> #include <cam/cam.h> #include <cam/cam_ccb.h> diff --git a/sys/dev/ed/if_ed_cbus.c b/sys/dev/ed/if_ed_cbus.c index f0ac744..cf78b55 100644 --- a/sys/dev/ed/if_ed_cbus.c +++ b/sys/dev/ed/if_ed_cbus.c @@ -37,7 +37,6 @@ #include <machine/bus.h> #include <sys/rman.h> #include <machine/resource.h> -#include <machine/clock.h> #include <net/ethernet.h> #include <net/if.h> diff --git a/sys/dev/fb/boot_font.c b/sys/dev/fb/boot_font.c index f163657..6f4ac05 100644 --- a/sys/dev/fb/boot_font.c +++ b/sys/dev/fb/boot_font.c @@ -61,7 +61,6 @@ __FBSDID("$FreeBSD$"); #include <machine/md_var.h> #include <machine/pc/bios.h> -#include <machine/clock.h> #include <machine/bus.h> #include <machine/pc/vesa.h> #include <machine/resource.h> diff --git a/sys/dev/fb/gfb.c b/sys/dev/fb/gfb.c index c3c8ef9..b4f191f 100644 --- a/sys/dev/fb/gfb.c +++ b/sys/dev/fb/gfb.c @@ -70,7 +70,6 @@ __FBSDID("$FreeBSD$"); #include <machine/md_var.h> #include <machine/pc/bios.h> -#include <machine/clock.h> #include <machine/bus.h> #include <machine/pc/vesa.h> #include <machine/resource.h> diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c index 41027a1a..f49cb7f 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -62,7 +62,6 @@ __FBSDID("$FreeBSD$"); #include <net/ethernet.h> #include <net/if_arp.h> -#include <machine/clock.h> /* for DELAY */ #include <net/if_types.h> #include <net/if_vlan_var.h> diff --git a/sys/dev/gfb/gfb_pci.c b/sys/dev/gfb/gfb_pci.c index 9dc31aa..6d249ee 100644 --- a/sys/dev/gfb/gfb_pci.c +++ b/sys/dev/gfb/gfb_pci.c @@ -47,7 +47,6 @@ __FBSDID("$FreeBSD$"); #include <machine/md_var.h> #include <machine/pc/bios.h> -#include <machine/clock.h> #include <machine/bus.h> #include <machine/pc/vesa.h> #include <machine/resource.h> diff --git a/sys/dev/hifn/hifn7751.c b/sys/dev/hifn/hifn7751.c index a0c4d48..8680ab9 100644 --- a/sys/dev/hifn/hifn7751.c +++ b/sys/dev/hifn/hifn7751.c @@ -63,7 +63,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm.h> #include <vm/pmap.h> -#include <machine/clock.h> #include <machine/bus.h> #include <machine/resource.h> #include <sys/bus.h> diff --git a/sys/dev/hptmv/entry.c b/sys/dev/hptmv/entry.c index 1c1d6d3..a7bc1f5 100644 --- a/sys/dev/hptmv/entry.c +++ b/sys/dev/hptmv/entry.c @@ -50,7 +50,6 @@ #else #include <pci/pcireg.h> #include <pci/pcivar.h> -#include <machine/clock.h> #include <sys/wait.h> #include <sys/sysproto.h> #endif diff --git a/sys/dev/idt/idt.c b/sys/dev/idt/idt.c index 51b197b..00a9e75 100644 --- a/sys/dev/idt/idt.c +++ b/sys/dev/idt/idt.c @@ -95,7 +95,6 @@ __FBSDID("$FreeBSD$"); #include <sys/proc.h> #include <sys/signalvar.h> #include <sys/mman.h> -#include <machine/clock.h> #include <machine/cpu.h> /* bootverbose */ #include <sys/bus.h> diff --git a/sys/dev/ie/if_ie_isa.c b/sys/dev/ie/if_ie_isa.c index 120a093..811ea06 100644 --- a/sys/dev/ie/if_ie_isa.c +++ b/sys/dev/ie/if_ie_isa.c @@ -51,7 +51,6 @@ __FBSDID("$FreeBSD$"); #include <machine/resource.h> #include <sys/rman.h> -#include <machine/clock.h> #include <machine/md_var.h> #include <net/if.h> diff --git a/sys/dev/iir/iir.c b/sys/dev/iir/iir.c index f85ac8c..ebbaa10 100644 --- a/sys/dev/iir/iir.c +++ b/sys/dev/iir/iir.c @@ -57,7 +57,6 @@ __FBSDID("$FreeBSD$"); #include <sys/bus.h> #include <machine/bus.h> -#include <machine/clock.h> #include <machine/stdarg.h> #include <cam/cam.h> diff --git a/sys/dev/iir/iir_pci.c b/sys/dev/iir/iir_pci.c index 0540193..f2b918e 100644 --- a/sys/dev/iir/iir_pci.c +++ b/sys/dev/iir/iir_pci.c @@ -56,7 +56,6 @@ __FBSDID("$FreeBSD$"); #include <machine/bus.h> #include <machine/resource.h> -#include <machine/clock.h> #include <sys/rman.h> #include <dev/pci/pcireg.h> diff --git a/sys/dev/ipmi/ipmi.c b/sys/dev/ipmi/ipmi.c index 474be6e..38e7a21 100644 --- a/sys/dev/ipmi/ipmi.c +++ b/sys/dev/ipmi/ipmi.c @@ -40,7 +40,6 @@ __FBSDID("$FreeBSD$"); #include <machine/bus.h> #include <machine/resource.h> -#include <machine/clock.h> #include <sys/rman.h> #include <sys/watchdog.h> #include <sys/sysctl.h> diff --git a/sys/dev/ips/ips.c b/sys/dev/ips/ips.c index 81e8339..fead0ae 100644 --- a/sys/dev/ips/ips.c +++ b/sys/dev/ips/ips.c @@ -32,7 +32,6 @@ __FBSDID("$FreeBSD$"); #include <dev/ips/ips.h> #include <sys/stat.h> #include <sys/time.h> -#include <machine/clock.h> static d_open_t ips_open; static d_close_t ips_close; diff --git a/sys/dev/ipw/if_ipw.c b/sys/dev/ipw/if_ipw.c index eb1bd92..b3dcfad 100644 --- a/sys/dev/ipw/if_ipw.c +++ b/sys/dev/ipw/if_ipw.c @@ -53,7 +53,6 @@ __FBSDID("$FreeBSD$"); #include <machine/bus.h> #include <machine/resource.h> -#include <machine/clock.h> #include <sys/rman.h> #include <dev/pci/pcireg.h> diff --git a/sys/dev/isp/isp_freebsd.h b/sys/dev/isp/isp_freebsd.h index 3163b65..acb4fd2 100644 --- a/sys/dev/isp/isp_freebsd.h +++ b/sys/dev/isp/isp_freebsd.h @@ -57,7 +57,6 @@ #include <sys/bus.h> #include <machine/bus.h> -#include <machine/clock.h> #include <machine/cpu.h> #include <cam/cam.h> diff --git a/sys/dev/iwi/if_iwi.c b/sys/dev/iwi/if_iwi.c index 65078c5..34713e4 100644 --- a/sys/dev/iwi/if_iwi.c +++ b/sys/dev/iwi/if_iwi.c @@ -55,7 +55,6 @@ __FBSDID("$FreeBSD$"); #include <machine/bus.h> #include <machine/resource.h> -#include <machine/clock.h> #include <sys/rman.h> #include <dev/pci/pcireg.h> diff --git a/sys/dev/ixgb/if_ixgb.h b/sys/dev/ixgb/if_ixgb.h index f92989c..c2f0acf 100644 --- a/sys/dev/ixgb/if_ixgb.h +++ b/sys/dev/ixgb/if_ixgb.h @@ -67,7 +67,6 @@ POSSIBILITY OF SUCH DAMAGE. #include <machine/bus.h> #include <sys/rman.h> #include <machine/resource.h> -#include <machine/clock.h> #if __FreeBSD_version >= 502000 #include <dev/pci/pcivar.h> #include <dev/pci/pcireg.h> diff --git a/sys/dev/ixgb/if_ixgb_osdep.h b/sys/dev/ixgb/if_ixgb_osdep.h index 4e9cd0f..e8ce885 100644 --- a/sys/dev/ixgb/if_ixgb_osdep.h +++ b/sys/dev/ixgb/if_ixgb_osdep.h @@ -48,7 +48,6 @@ POSSIBILITY OF SUCH DAMAGE. #include <machine/bus.h> #include <sys/rman.h> #include <machine/resource.h> -#include <machine/clock.h> #if __FreeBSD_version >= 502000 #include <dev/pci/pcivar.h> #include <dev/pci/pcireg.h> diff --git a/sys/dev/lge/if_lge.c b/sys/dev/lge/if_lge.c index 48220ec..2dcba85 100644 --- a/sys/dev/lge/if_lge.c +++ b/sys/dev/lge/if_lge.c @@ -89,7 +89,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm.h> /* for vtophys */ #include <vm/pmap.h> /* for vtophys */ -#include <machine/clock.h> /* for DELAY */ #include <machine/bus.h> #include <machine/resource.h> #include <sys/bus.h> diff --git a/sys/dev/lmc/if_lmc.c b/sys/dev/lmc/if_lmc.c index 9657920..a7e73a6 100644 --- a/sys/dev/lmc/if_lmc.c +++ b/sys/dev/lmc/if_lmc.c @@ -110,7 +110,6 @@ # include <net/netisr.h> # include <machine/bus.h> # include <machine/resource.h> -# include <machine/clock.h> # include <sys/rman.h> # include <vm/vm.h> # include <vm/pmap.h> diff --git a/sys/dev/mii/brgphy.c b/sys/dev/mii/brgphy.c index 69307ad..9a46746 100644 --- a/sys/dev/mii/brgphy.c +++ b/sys/dev/mii/brgphy.c @@ -45,7 +45,6 @@ __FBSDID("$FreeBSD$"); #include <sys/socket.h> #include <sys/bus.h> -#include <machine/clock.h> #include <net/if.h> #include <net/ethernet.h> diff --git a/sys/dev/mii/ciphy.c b/sys/dev/mii/ciphy.c index d2f069f..f2ad07e 100644 --- a/sys/dev/mii/ciphy.c +++ b/sys/dev/mii/ciphy.c @@ -46,7 +46,6 @@ __FBSDID("$FreeBSD$"); #include <sys/socket.h> #include <sys/bus.h> -#include <machine/clock.h> #include <net/if.h> #include <net/if_arp.h> diff --git a/sys/dev/mii/e1000phy.c b/sys/dev/mii/e1000phy.c index 7894e95..b085ed2 100644 --- a/sys/dev/mii/e1000phy.c +++ b/sys/dev/mii/e1000phy.c @@ -50,7 +50,6 @@ __FBSDID("$FreeBSD$"); #include <sys/socket.h> #include <sys/bus.h> -#include <machine/clock.h> #include <net/if.h> #include <net/if_media.h> diff --git a/sys/dev/mii/nsgphy.c b/sys/dev/mii/nsgphy.c index 625b2e6..51b290f 100644 --- a/sys/dev/mii/nsgphy.c +++ b/sys/dev/mii/nsgphy.c @@ -61,7 +61,6 @@ __FBSDID("$FreeBSD$"); #include <sys/socket.h> #include <sys/bus.h> -#include <machine/clock.h> #include <net/if.h> #include <net/if_media.h> diff --git a/sys/dev/mii/rgephy.c b/sys/dev/mii/rgephy.c index 001ce37..e8ccff4 100644 --- a/sys/dev/mii/rgephy.c +++ b/sys/dev/mii/rgephy.c @@ -44,7 +44,6 @@ __FBSDID("$FreeBSD$"); #include <sys/socket.h> #include <sys/bus.h> -#include <machine/clock.h> #include <net/if.h> #include <net/if_arp.h> diff --git a/sys/dev/mii/tdkphy.c b/sys/dev/mii/tdkphy.c index 149b0a4..88bf006 100644 --- a/sys/dev/mii/tdkphy.c +++ b/sys/dev/mii/tdkphy.c @@ -54,7 +54,6 @@ __FBSDID("$FreeBSD$"); #include <net/if.h> #include <net/if_media.h> -#include <machine/clock.h> #include <dev/mii/mii.h> #include <dev/mii/miivar.h> diff --git a/sys/dev/mpt/mpt.h b/sys/dev/mpt/mpt.h index 3694366..fe6aa66 100644 --- a/sys/dev/mpt/mpt.h +++ b/sys/dev/mpt/mpt.h @@ -117,7 +117,6 @@ #include <sys/bus.h> #include <sys/module.h> -#include <machine/clock.h> #include <machine/cpu.h> #include <machine/resource.h> diff --git a/sys/dev/mse/mse.c b/sys/dev/mse/mse.c index 025faea..28f6773 100644 --- a/sys/dev/mse/mse.c +++ b/sys/dev/mse/mse.c @@ -82,7 +82,6 @@ #include <sys/mouse.h> #include <machine/bus.h> -#include <machine/clock.h> #include <machine/resource.h> #include <sys/rman.h> diff --git a/sys/dev/mse/mse_cbus.c b/sys/dev/mse/mse_cbus.c index e5e06b5..75a72dd 100644 --- a/sys/dev/mse/mse_cbus.c +++ b/sys/dev/mse/mse_cbus.c @@ -82,7 +82,6 @@ #include <sys/mouse.h> #include <machine/bus.h> -#include <machine/clock.h> #include <machine/resource.h> #include <sys/rman.h> diff --git a/sys/dev/mse/mse_isa.c b/sys/dev/mse/mse_isa.c index 9e2996a..517d678 100644 --- a/sys/dev/mse/mse_isa.c +++ b/sys/dev/mse/mse_isa.c @@ -82,7 +82,6 @@ #include <sys/mouse.h> #include <machine/bus.h> -#include <machine/clock.h> #include <machine/resource.h> #include <sys/rman.h> diff --git a/sys/dev/mxge/if_mxge.c b/sys/dev/mxge/if_mxge.c index 96a063f..4579989 100644 --- a/sys/dev/mxge/if_mxge.c +++ b/sys/dev/mxge/if_mxge.c @@ -66,7 +66,6 @@ __FBSDID("$FreeBSD$"); #include <netinet/in.h> #include <netinet/ip.h> -#include <machine/clock.h> /* for DELAY */ #include <machine/bus.h> #include <machine/resource.h> #include <sys/bus.h> diff --git a/sys/dev/my/if_my.c b/sys/dev/my/if_my.c index 8d89e08..035f11f 100644 --- a/sys/dev/my/if_my.c +++ b/sys/dev/my/if_my.c @@ -56,7 +56,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm.h> /* for vtophys */ #include <vm/pmap.h> /* for vtophys */ -#include <machine/clock.h> /* for DELAY */ #include <machine/bus.h> #include <machine/resource.h> #include <sys/bus.h> diff --git a/sys/dev/myri10ge/if_myri10ge.c b/sys/dev/myri10ge/if_myri10ge.c index 96a063f..4579989 100644 --- a/sys/dev/myri10ge/if_myri10ge.c +++ b/sys/dev/myri10ge/if_myri10ge.c @@ -66,7 +66,6 @@ __FBSDID("$FreeBSD$"); #include <netinet/in.h> #include <netinet/ip.h> -#include <machine/clock.h> /* for DELAY */ #include <machine/bus.h> #include <machine/resource.h> #include <sys/bus.h> diff --git a/sys/dev/ncv/ncr53c500.c b/sys/dev/ncv/ncr53c500.c index 32bd902..c56820b 100644 --- a/sys/dev/ncv/ncr53c500.c +++ b/sys/dev/ncv/ncr53c500.c @@ -73,7 +73,6 @@ __FBSDID("$FreeBSD$"); #endif /* __NetBSD__ */ #ifdef __FreeBSD__ -#include <machine/clock.h> #include <machine/cpu.h> #include <machine/bus.h> diff --git a/sys/dev/nge/if_nge.c b/sys/dev/nge/if_nge.c index b176f31..bb41e5d 100644 --- a/sys/dev/nge/if_nge.c +++ b/sys/dev/nge/if_nge.c @@ -113,7 +113,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm.h> /* for vtophys */ #include <vm/pmap.h> /* for vtophys */ -#include <machine/clock.h> /* for DELAY */ #include <machine/bus.h> #include <machine/resource.h> #include <sys/bus.h> diff --git a/sys/dev/nsp/nsp.c b/sys/dev/nsp/nsp.c index cad7416..3b394f7 100644 --- a/sys/dev/nsp/nsp.c +++ b/sys/dev/nsp/nsp.c @@ -72,7 +72,6 @@ __FBSDID("$FreeBSD$"); #endif /* __NetBSD__ */ #ifdef __FreeBSD__ -#include <machine/clock.h> #include <machine/cpu.h> #include <machine/bus.h> diff --git a/sys/dev/nve/if_nve.c b/sys/dev/nve/if_nve.c index db31d1b..73b9aea 100644 --- a/sys/dev/nve/if_nve.c +++ b/sys/dev/nve/if_nve.c @@ -99,7 +99,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm.h> /* for vtophys */ #include <vm/pmap.h> /* for vtophys */ -#include <machine/clock.h> /* for DELAY */ #include <sys/bus.h> #include <sys/rman.h> diff --git a/sys/dev/pbio/pbio.c b/sys/dev/pbio/pbio.c index 32f50a9..3ba3c12 100644 --- a/sys/dev/pbio/pbio.c +++ b/sys/dev/pbio/pbio.c @@ -43,7 +43,6 @@ __FBSDID("$FreeBSD$"); #include <sys/module.h> #include <machine/bus.h> #include <machine/resource.h> -#include <machine/clock.h> /* DELAY() */ #include <sys/rman.h> #include <dev/pbio/pbioio.h> /* pbio IOCTL definitions */ #include <sys/uio.h> diff --git a/sys/dev/pccbb/pccbb.c b/sys/dev/pccbb/pccbb.c index e1c897f..a9bf97a 100644 --- a/sys/dev/pccbb/pccbb.c +++ b/sys/dev/pccbb/pccbb.c @@ -96,7 +96,6 @@ __FBSDID("$FreeBSD$"); #include <dev/pci/pcireg.h> #include <dev/pci/pcivar.h> -#include <machine/clock.h> #include <dev/pccard/pccardreg.h> #include <dev/pccard/pccardvar.h> diff --git a/sys/dev/pccbb/pccbb_pci.c b/sys/dev/pccbb/pccbb_pci.c index 0ebf7c8..99e67da 100644 --- a/sys/dev/pccbb/pccbb_pci.c +++ b/sys/dev/pccbb/pccbb_pci.c @@ -93,7 +93,6 @@ __FBSDID("$FreeBSD$"); #include <dev/pci/pcireg.h> #include <dev/pci/pcivar.h> -#include <machine/clock.h> #include <dev/pccard/pccardreg.h> #include <dev/pccard/pccardvar.h> diff --git a/sys/dev/pdq/pdq_freebsd.h b/sys/dev/pdq/pdq_freebsd.h index e2ad2b4..cdbf389 100644 --- a/sys/dev/pdq/pdq_freebsd.h +++ b/sys/dev/pdq/pdq_freebsd.h @@ -62,7 +62,6 @@ #include <vm/vm.h> /* for vtophys */ #include <vm/pmap.h> /* for vtophys */ -#include <machine/clock.h> /* for DELAY */ #endif /* PDQ_HWSUPPORT */ diff --git a/sys/dev/pdq/pdqvar.h b/sys/dev/pdq/pdqvar.h index 5e85ca9..d978809 100644 --- a/sys/dev/pdq/pdqvar.h +++ b/sys/dev/pdq/pdqvar.h @@ -88,7 +88,6 @@ enum _pdq_type_t { #include <vm/pmap.h> #include <vm/vm_extern.h> #include <machine/cpufunc.h> -#include <machine/clock.h> #define ifnet_ret_t void typedef int ioctl_cmd_t; typedef enum { PDQ_BUS_EISA, PDQ_BUS_PCI } pdq_bus_t; diff --git a/sys/dev/ppbus/vpoio.c b/sys/dev/ppbus/vpoio.c index 128fdc7..7ff515f 100644 --- a/sys/dev/ppbus/vpoio.c +++ b/sys/dev/ppbus/vpoio.c @@ -37,7 +37,6 @@ __FBSDID("$FreeBSD$"); #include <sys/bus.h> #include <sys/malloc.h> -#include <machine/clock.h> #endif diff --git a/sys/dev/ral/if_ral_pci.c b/sys/dev/ral/if_ral_pci.c index a6b4803..f1cc23c 100644 --- a/sys/dev/ral/if_ral_pci.c +++ b/sys/dev/ral/if_ral_pci.c @@ -38,7 +38,6 @@ __FBSDID("$FreeBSD$"); #include <machine/bus.h> #include <machine/resource.h> -#include <machine/clock.h> #include <sys/rman.h> #include <net/bpf.h> diff --git a/sys/dev/ral/rt2560.c b/sys/dev/ral/rt2560.c index b5f08db..3840c50 100644 --- a/sys/dev/ral/rt2560.c +++ b/sys/dev/ral/rt2560.c @@ -39,7 +39,6 @@ __FBSDID("$FreeBSD$"); #include <machine/bus.h> #include <machine/resource.h> -#include <machine/clock.h> #include <sys/rman.h> #include <net/bpf.h> diff --git a/sys/dev/ral/rt2661.c b/sys/dev/ral/rt2661.c index 811bdf4..7cfa6cd 100644 --- a/sys/dev/ral/rt2661.c +++ b/sys/dev/ral/rt2661.c @@ -39,7 +39,6 @@ __FBSDID("$FreeBSD$"); #include <machine/bus.h> #include <machine/resource.h> -#include <machine/clock.h> #include <sys/rman.h> #include <net/bpf.h> diff --git a/sys/dev/safe/safe.c b/sys/dev/safe/safe.c index 6dde6ad4..734e6c5 100644 --- a/sys/dev/safe/safe.c +++ b/sys/dev/safe/safe.c @@ -49,7 +49,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm.h> #include <vm/pmap.h> -#include <machine/clock.h> #include <machine/bus.h> #include <machine/resource.h> #include <sys/bus.h> diff --git a/sys/dev/sbsh/if_sbsh.c b/sys/dev/sbsh/if_sbsh.c index 32b15aa..2970474 100644 --- a/sys/dev/sbsh/if_sbsh.c +++ b/sys/dev/sbsh/if_sbsh.c @@ -37,7 +37,6 @@ __FBSDID("$FreeBSD$"); #include <sys/proc.h> #include <sys/socket.h> #include <sys/random.h> -#include <machine/clock.h> #include <machine/stdarg.h> #include <net/if.h> diff --git a/sys/dev/sound/pcm/sound.h b/sys/dev/sound/pcm/sound.h index 7613b30..dd4af63 100644 --- a/sys/dev/sound/pcm/sound.h +++ b/sys/dev/sound/pcm/sound.h @@ -55,7 +55,6 @@ #if __FreeBSD_version < 500000 #include <sys/buf.h> #endif -#include <machine/clock.h> /* for DELAY */ #include <machine/resource.h> #include <machine/bus.h> #include <sys/rman.h> diff --git a/sys/dev/stg/tmc18c30.c b/sys/dev/stg/tmc18c30.c index a0e7139..19b4905 100644 --- a/sys/dev/stg/tmc18c30.c +++ b/sys/dev/stg/tmc18c30.c @@ -71,7 +71,6 @@ __FBSDID("$FreeBSD$"); #endif /* __NetBSD__ */ #ifdef __FreeBSD__ -#include <machine/clock.h> #include <machine/cpu.h> #include <machine/bus.h> diff --git a/sys/dev/trm/trm.c b/sys/dev/trm/trm.c index 500c307..cc0cba7 100644 --- a/sys/dev/trm/trm.c +++ b/sys/dev/trm/trm.c @@ -83,7 +83,6 @@ __FBSDID("$FreeBSD$"); #include <dev/pci/pcireg.h> #include <machine/resource.h> #include <machine/bus.h> -#include <machine/clock.h> #include <sys/rman.h> #include <cam/cam.h> diff --git a/sys/dev/tx/if_tx.c b/sys/dev/tx/if_tx.c index 7fb0b49..3d3440d 100644 --- a/sys/dev/tx/if_tx.c +++ b/sys/dev/tx/if_tx.c @@ -61,7 +61,6 @@ __FBSDID("$FreeBSD$"); #include <machine/bus.h> #include <machine/resource.h> -#include <machine/clock.h> /* for DELAY */ #include <sys/bus.h> #include <sys/rman.h> diff --git a/sys/dev/txp/if_txp.c b/sys/dev/txp/if_txp.c index ae22015..9b8ba38 100644 --- a/sys/dev/txp/if_txp.c +++ b/sys/dev/txp/if_txp.c @@ -73,7 +73,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm.h> /* for vtophys */ #include <vm/pmap.h> /* for vtophys */ -#include <machine/clock.h> /* for DELAY */ #include <machine/bus.h> #include <machine/resource.h> #include <sys/bus.h> diff --git a/sys/dev/ubsec/ubsec.c b/sys/dev/ubsec/ubsec.c index eec7d48..82281c5 100644 --- a/sys/dev/ubsec/ubsec.c +++ b/sys/dev/ubsec/ubsec.c @@ -63,7 +63,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm.h> #include <vm/pmap.h> -#include <machine/clock.h> #include <machine/bus.h> #include <machine/resource.h> #include <sys/bus.h> diff --git a/sys/dev/usb/ehci.c b/sys/dev/usb/ehci.c index e14ee41..0b79f64 100644 --- a/sys/dev/usb/ehci.c +++ b/sys/dev/usb/ehci.c @@ -94,7 +94,6 @@ __FBSDID("$FreeBSD$"); #include <dev/usb/ehcivar.h> #if defined(__FreeBSD__) -#include <machine/clock.h> #define delay(d) DELAY(d) #endif diff --git a/sys/dev/usb/if_ural.c b/sys/dev/usb/if_ural.c index f41bc88..e3a6111 100644 --- a/sys/dev/usb/if_ural.c +++ b/sys/dev/usb/if_ural.c @@ -39,7 +39,6 @@ __FBSDID("$FreeBSD$"); #include <machine/bus.h> #include <machine/resource.h> -#include <machine/clock.h> #include <sys/rman.h> #include <net/bpf.h> diff --git a/sys/dev/usb/ohci.c b/sys/dev/usb/ohci.c index b3ccfdd..0b84a32 100644 --- a/sys/dev/usb/ohci.c +++ b/sys/dev/usb/ohci.c @@ -91,7 +91,6 @@ __FBSDID("$FreeBSD$"); #include <dev/usb/ohcivar.h> #if defined(__FreeBSD__) -#include <machine/clock.h> #define delay(d) DELAY(d) #endif diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c index e47d2b4..aed035c 100644 --- a/sys/dev/usb/uhci.c +++ b/sys/dev/usb/uhci.c @@ -96,7 +96,6 @@ __FBSDID("$FreeBSD$"); /*#define UHCI_CTL_LOOP */ #if defined(__FreeBSD__) -#include <machine/clock.h> #define delay(d) DELAY(d) #endif diff --git a/sys/dev/usb/usb_subr.c b/sys/dev/usb/usb_subr.c index 9813fb7..e36694b 100644 --- a/sys/dev/usb/usb_subr.c +++ b/sys/dev/usb/usb_subr.c @@ -77,7 +77,6 @@ __FBSDID("$FreeBSD$"); #include <dev/usb/usb_quirks.h> #if defined(__FreeBSD__) -#include <machine/clock.h> #define delay(d) DELAY(d) #endif diff --git a/sys/dev/usb/usbdi.c b/sys/dev/usb/usbdi.c index 8246b93..968b393 100644 --- a/sys/dev/usb/usbdi.c +++ b/sys/dev/usb/usbdi.c @@ -67,7 +67,6 @@ __FBSDID("$FreeBSD$"); #if defined(__FreeBSD__) #include "usb_if.h" -#include <machine/clock.h> #define delay(d) DELAY(d) #endif diff --git a/sys/dev/wds/wd7000.c b/sys/dev/wds/wd7000.c index 384dd08..700b79f 100644 --- a/sys/dev/wds/wd7000.c +++ b/sys/dev/wds/wd7000.c @@ -144,7 +144,6 @@ __FBSDID("$FreeBSD$"); #include <cam/scsi/scsi_all.h> #include <cam/scsi/scsi_message.h> -#include <machine/clock.h> #include <vm/vm.h> #include <vm/vm_param.h> diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c index 2903ec9..e238f3a 100644 --- a/sys/dev/wi/if_wi.c +++ b/sys/dev/wi/if_wi.c @@ -87,7 +87,6 @@ __FBSDID("$FreeBSD$"); #include <machine/bus.h> #include <machine/resource.h> -#include <machine/clock.h> #include <machine/atomic.h> #include <sys/rman.h> diff --git a/sys/dev/wi/if_wi_pci.c b/sys/dev/wi/if_wi_pci.c index cddc929..fa67a6b 100644 --- a/sys/dev/wi/if_wi_pci.c +++ b/sys/dev/wi/if_wi_pci.c @@ -49,7 +49,6 @@ #include <machine/bus.h> #include <machine/resource.h> -#include <machine/clock.h> #include <sys/rman.h> #include <dev/pci/pcireg.h> diff --git a/sys/fs/coda/cnode.h b/sys/fs/coda/cnode.h index 8bbdeb5..0504c74 100644 --- a/sys/fs/coda/cnode.h +++ b/sys/fs/coda/cnode.h @@ -49,7 +49,6 @@ #include <sys/vnode.h> #include <sys/lock.h> -#include <machine/clock.h> MALLOC_DECLARE(M_CODA); diff --git a/sys/fs/smbfs/smbfs_subr.c b/sys/fs/smbfs/smbfs_subr.c index b368867..b3d06bc 100644 --- a/sys/fs/smbfs/smbfs_subr.c +++ b/sys/fs/smbfs/smbfs_subr.c @@ -35,7 +35,6 @@ #include <sys/systm.h> #include <sys/kernel.h> #include <sys/malloc.h> -#include <machine/clock.h> #include <sys/time.h> #include <sys/vnode.h> #include <sys/sysctl.h> diff --git a/sys/i386/cpufreq/powernow.c b/sys/i386/cpufreq/powernow.c index b9d219f..07409fb 100644 --- a/sys/i386/cpufreq/powernow.c +++ b/sys/i386/cpufreq/powernow.c @@ -44,7 +44,6 @@ __FBSDID("$FreeBSD$"); #include <machine/md_var.h> #include <machine/specialreg.h> #include <machine/cputypes.h> -#include <machine/clock.h> #include <machine/vmparam.h> #include <sys/rman.h> diff --git a/sys/i386/i386/mp_machdep.c b/sys/i386/i386/mp_machdep.c index 665296f..77d2d18 100644 --- a/sys/i386/i386/mp_machdep.c +++ b/sys/i386/i386/mp_machdep.c @@ -71,7 +71,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm_extern.h> #include <machine/apicreg.h> -#include <machine/clock.h> #include <machine/md_var.h> #include <machine/mp_watchdog.h> #include <machine/pcb.h> diff --git a/sys/i386/isa/npx.c b/sys/i386/isa/npx.c index 4121e3f..bc39629 100644 --- a/sys/i386/isa/npx.c +++ b/sys/i386/isa/npx.c @@ -62,7 +62,6 @@ __FBSDID("$FreeBSD$"); #include <machine/md_var.h> #include <machine/pcb.h> #include <machine/psl.h> -#include <machine/clock.h> #include <machine/resource.h> #include <machine/specialreg.h> #include <machine/segments.h> diff --git a/sys/i386/isa/spic.c b/sys/i386/isa/spic.c index c3b5f1e..adf1a55 100644 --- a/sys/i386/isa/spic.c +++ b/sys/i386/isa/spic.c @@ -63,7 +63,6 @@ __FBSDID("$FreeBSD$"); #include <isa/isavar.h> #include <sys/poll.h> #include <machine/pci_cfgreg.h> -#include <machine/clock.h> #include <sys/tty.h> #include <sys/conf.h> #include <sys/fcntl.h> diff --git a/sys/i4b/capi/iavc/iavc_card.c b/sys/i4b/capi/iavc/iavc_card.c index 763c8a0..e95f1ff 100644 --- a/sys/i4b/capi/iavc/iavc_card.c +++ b/sys/i4b/capi/iavc/iavc_card.c @@ -37,7 +37,6 @@ __FBSDID("$FreeBSD$"); #include <sys/socket.h> #include <net/if.h> -#include <machine/clock.h> #include <machine/bus.h> #include <machine/resource.h> diff --git a/sys/i4b/capi/iavc/iavc_isa.c b/sys/i4b/capi/iavc/iavc_isa.c index 4ebbe76..b837d06 100644 --- a/sys/i4b/capi/iavc/iavc_isa.c +++ b/sys/i4b/capi/iavc/iavc_isa.c @@ -33,7 +33,6 @@ __FBSDID("$FreeBSD$"); #include <sys/socket.h> #include <net/if.h> -#include <machine/clock.h> #include <machine/bus.h> #include <machine/resource.h> diff --git a/sys/i4b/capi/iavc/iavc_lli.c b/sys/i4b/capi/iavc/iavc_lli.c index fb19040..1ec3aec 100644 --- a/sys/i4b/capi/iavc/iavc_lli.c +++ b/sys/i4b/capi/iavc/iavc_lli.c @@ -38,7 +38,6 @@ __FBSDID("$FreeBSD$"); #include <sys/malloc.h> #include <net/if.h> -#include <machine/clock.h> #include <machine/bus.h> #include <sys/bus.h> diff --git a/sys/i4b/capi/iavc/iavc_pci.c b/sys/i4b/capi/iavc/iavc_pci.c index d8bcd97..bd05ce6 100644 --- a/sys/i4b/capi/iavc/iavc_pci.c +++ b/sys/i4b/capi/iavc/iavc_pci.c @@ -37,7 +37,6 @@ __FBSDID("$FreeBSD$"); #include <sys/socket.h> #include <net/if.h> -#include <machine/clock.h> #include <machine/bus.h> #include <machine/resource.h> diff --git a/sys/i4b/layer1/itjc/i4b_itjc_isac.c b/sys/i4b/layer1/itjc/i4b_itjc_isac.c index d86bd2b..13e7909 100644 --- a/sys/i4b/layer1/itjc/i4b_itjc_isac.c +++ b/sys/i4b/layer1/itjc/i4b_itjc_isac.c @@ -43,7 +43,6 @@ __FBSDID("$FreeBSD$"); #include <sys/socket.h> #include <machine/stdarg.h> -#include <machine/clock.h> #include <net/if.h> diff --git a/sys/i4b/layer1/itjc/i4b_itjc_l1.c b/sys/i4b/layer1/itjc/i4b_itjc_l1.c index 3e9806b..ad7786b 100644 --- a/sys/i4b/layer1/itjc/i4b_itjc_l1.c +++ b/sys/i4b/layer1/itjc/i4b_itjc_l1.c @@ -41,7 +41,6 @@ __FBSDID("$FreeBSD$"); #include <sys/socket.h> #include <machine/stdarg.h> -#include <machine/clock.h> #include <net/if.h> diff --git a/sys/i4b/layer1/itjc/i4b_itjc_l1fsm.c b/sys/i4b/layer1/itjc/i4b_itjc_l1fsm.c index cc6a43d..c48adad 100644 --- a/sys/i4b/layer1/itjc/i4b_itjc_l1fsm.c +++ b/sys/i4b/layer1/itjc/i4b_itjc_l1fsm.c @@ -41,7 +41,6 @@ __FBSDID("$FreeBSD$"); #include <sys/socket.h> #include <machine/stdarg.h> -#include <machine/clock.h> #include <net/if.h> diff --git a/sys/i4b/layer1/itjc/i4b_itjc_pci.c b/sys/i4b/layer1/itjc/i4b_itjc_pci.c index efa3cf8..101ba9c 100644 --- a/sys/i4b/layer1/itjc/i4b_itjc_pci.c +++ b/sys/i4b/layer1/itjc/i4b_itjc_pci.c @@ -47,7 +47,6 @@ __FBSDID("$FreeBSD$"); #include <sys/systm.h> #include <sys/mbuf.h> -#include <machine/clock.h> #include <machine/bus.h> #include <machine/resource.h> #include <sys/bus.h> diff --git a/sys/ia64/ia64/mp_machdep.c b/sys/ia64/ia64/mp_machdep.c index a989577..c25b6a1 100644 --- a/sys/ia64/ia64/mp_machdep.c +++ b/sys/ia64/ia64/mp_machdep.c @@ -49,7 +49,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm_kern.h> #include <machine/atomic.h> -#include <machine/clock.h> #include <machine/fpu.h> #include <machine/mca.h> #include <machine/md_var.h> diff --git a/sys/ia64/ia64/trap.c b/sys/ia64/ia64/trap.c index 96c03de..7ca498d 100644 --- a/sys/ia64/ia64/trap.c +++ b/sys/ia64/ia64/trap.c @@ -56,7 +56,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm_extern.h> #include <vm/vm_param.h> #include <sys/ptrace.h> -#include <machine/clock.h> #include <machine/cpu.h> #include <machine/md_var.h> #include <machine/reg.h> diff --git a/sys/ia64/ia64/vm_machdep.c b/sys/ia64/ia64/vm_machdep.c index c29e9d7..0bda88f 100644 --- a/sys/ia64/ia64/vm_machdep.c +++ b/sys/ia64/ia64/vm_machdep.c @@ -81,7 +81,6 @@ #include <sys/sysctl.h> #include <sys/unistd.h> -#include <machine/clock.h> #include <machine/cpu.h> #include <machine/fpu.h> #include <machine/md_var.h> diff --git a/sys/kern/kern_mutex.c b/sys/kern/kern_mutex.c index 22524aa..0131a39 100644 --- a/sys/kern/kern_mutex.c +++ b/sys/kern/kern_mutex.c @@ -62,7 +62,6 @@ __FBSDID("$FreeBSD$"); #include <machine/atomic.h> #include <machine/bus.h> -#include <machine/clock.h> #include <machine/cpu.h> #include <ddb/ddb.h> diff --git a/sys/pc98/cbus/fdc.c b/sys/pc98/cbus/fdc.c index b99a481..529486b 100644 --- a/sys/pc98/cbus/fdc.c +++ b/sys/pc98/cbus/fdc.c @@ -73,7 +73,6 @@ #include <sys/systm.h> #include <machine/bus.h> -#include <machine/clock.h> #include <machine/stdarg.h> #ifdef PC98 diff --git a/sys/pc98/cbus/olpt.c b/sys/pc98/cbus/olpt.c index 085b692..f3e5b9a 100644 --- a/sys/pc98/cbus/olpt.c +++ b/sys/pc98/cbus/olpt.c @@ -111,7 +111,6 @@ #include <sys/syslog.h> #include <sys/malloc.h> -#include <machine/clock.h> #include <machine/bus.h> #include <machine/resource.h> #include <sys/rman.h> diff --git a/sys/pc98/pc98/canbus.c b/sys/pc98/pc98/canbus.c index b4564eb..522b4d0 100644 --- a/sys/pc98/pc98/canbus.c +++ b/sys/pc98/pc98/canbus.c @@ -35,7 +35,6 @@ #include <sys/module.h> #include <sys/sysctl.h> -#include <machine/clock.h> #include <machine/bus.h> #include <machine/resource.h> diff --git a/sys/pci/amdpm.c b/sys/pci/amdpm.c index cf7a91a..841b037 100644 --- a/sys/pci/amdpm.c +++ b/sys/pci/amdpm.c @@ -43,7 +43,6 @@ __FBSDID("$FreeBSD$"); #include <sys/uio.h> #include <machine/bus.h> -#include <machine/clock.h> #include <machine/resource.h> #include <sys/rman.h> diff --git a/sys/pci/amdsmb.c b/sys/pci/amdsmb.c index d75bcc5..60febd5 100644 --- a/sys/pci/amdsmb.c +++ b/sys/pci/amdsmb.c @@ -9,7 +9,6 @@ __FBSDID("$FreeBSD$"); #include <sys/uio.h> #include <machine/bus.h> -#include <machine/clock.h> #include <machine/resource.h> #include <sys/rman.h> diff --git a/sys/pci/nfsmb.c b/sys/pci/nfsmb.c index b81e5a9..3830521 100644 --- a/sys/pci/nfsmb.c +++ b/sys/pci/nfsmb.c @@ -9,7 +9,6 @@ __FBSDID("$FreeBSD$"); #include <sys/uio.h> #include <machine/bus.h> -#include <machine/clock.h> #include <machine/resource.h> #include <sys/rman.h> diff --git a/sys/pci/viapm.c b/sys/pci/viapm.c index c4809e8..0bddb22 100644 --- a/sys/pci/viapm.c +++ b/sys/pci/viapm.c @@ -37,7 +37,6 @@ __FBSDID("$FreeBSD$"); #include <sys/uio.h> #include <machine/bus.h> -#include <machine/clock.h> /* for DELAY */ #include <machine/resource.h> #include <sys/rman.h> diff --git a/sys/powerpc/aim/clock.c b/sys/powerpc/aim/clock.c index cdf2290..e19d46e 100644 --- a/sys/powerpc/aim/clock.c +++ b/sys/powerpc/aim/clock.c @@ -68,7 +68,6 @@ __FBSDID("$FreeBSD$"); #include <dev/ofw/openfirm.h> -#include <machine/clock.h> #include <machine/cpu.h> #include <machine/intr.h> #include <machine/md_var.h> diff --git a/sys/powerpc/aim/machdep.c b/sys/powerpc/aim/machdep.c index 839e5b5..5b3a4b2 100644 --- a/sys/powerpc/aim/machdep.c +++ b/sys/powerpc/aim/machdep.c @@ -104,7 +104,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm_pager.h> #include <machine/bat.h> -#include <machine/clock.h> #include <machine/cpu.h> #include <machine/elf.h> #include <machine/fpu.h> diff --git a/sys/powerpc/aim/vm_machdep.c b/sys/powerpc/aim/vm_machdep.c index 4b896ea..cf6a435 100644 --- a/sys/powerpc/aim/vm_machdep.c +++ b/sys/powerpc/aim/vm_machdep.c @@ -84,7 +84,6 @@ #include <sys/sysctl.h> #include <sys/unistd.h> -#include <machine/clock.h> #include <machine/cpu.h> #include <machine/fpu.h> #include <machine/frame.h> diff --git a/sys/powerpc/powerpc/clock.c b/sys/powerpc/powerpc/clock.c index cdf2290..e19d46e 100644 --- a/sys/powerpc/powerpc/clock.c +++ b/sys/powerpc/powerpc/clock.c @@ -68,7 +68,6 @@ __FBSDID("$FreeBSD$"); #include <dev/ofw/openfirm.h> -#include <machine/clock.h> #include <machine/cpu.h> #include <machine/intr.h> #include <machine/md_var.h> diff --git a/sys/powerpc/powerpc/machdep.c b/sys/powerpc/powerpc/machdep.c index 839e5b5..5b3a4b2 100644 --- a/sys/powerpc/powerpc/machdep.c +++ b/sys/powerpc/powerpc/machdep.c @@ -104,7 +104,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm_pager.h> #include <machine/bat.h> -#include <machine/clock.h> #include <machine/cpu.h> #include <machine/elf.h> #include <machine/fpu.h> diff --git a/sys/powerpc/powerpc/mp_machdep.c b/sys/powerpc/powerpc/mp_machdep.c index edc7446..f76eedf 100644 --- a/sys/powerpc/powerpc/mp_machdep.c +++ b/sys/powerpc/powerpc/mp_machdep.c @@ -42,7 +42,6 @@ #include <machine/atomic.h> #include <machine/pmap.h> -#include <machine/clock.h> int boot_cpu_id; diff --git a/sys/powerpc/powerpc/vm_machdep.c b/sys/powerpc/powerpc/vm_machdep.c index 4b896ea..cf6a435 100644 --- a/sys/powerpc/powerpc/vm_machdep.c +++ b/sys/powerpc/powerpc/vm_machdep.c @@ -84,7 +84,6 @@ #include <sys/sysctl.h> #include <sys/unistd.h> -#include <machine/clock.h> #include <machine/cpu.h> #include <machine/fpu.h> #include <machine/frame.h> diff --git a/sys/sparc64/sparc64/prof_machdep.c b/sys/sparc64/sparc64/prof_machdep.c index 065a1da..c0fb779 100644 --- a/sys/sparc64/sparc64/prof_machdep.c +++ b/sys/sparc64/sparc64/prof_machdep.c @@ -37,7 +37,6 @@ #include <sys/kernel.h> #include <sys/sysctl.h> -#include <machine/clock.h> #include <machine/profile.h> int cputime_bias; diff --git a/sys/sparc64/sparc64/trap.c b/sys/sparc64/sparc64/trap.c index 4d623a4..f45d273 100644 --- a/sys/sparc64/sparc64/trap.c +++ b/sys/sparc64/sparc64/trap.c @@ -78,7 +78,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm_map.h> #include <vm/vm_page.h> -#include <machine/clock.h> #include <machine/cpu.h> #include <machine/frame.h> #include <machine/intr_machdep.h> |