Use <arm/cpufunc.h>, not <machine/cpufunc.h>.
This commit is contained in:
parent
62d68d1c31
commit
969599022a
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: iic.c,v 1.13 1998/04/30 21:01:30 mark Exp $ */
|
||||
/* $NetBSD: iic.c,v 1.14 2001/11/23 19:36:48 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994-1996 Mark Brinicombe.
|
||||
@ -54,7 +54,7 @@
|
||||
|
||||
#include <machine/bus.h>
|
||||
#include <machine/cpu.h>
|
||||
#include <machine/cpufunc.h>
|
||||
#include <arm/cpufunc.h>
|
||||
#include <arm32/dev/iic.h>
|
||||
#include <arm32/dev/iicvar.h>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: clock.c,v 1.7 2001/06/02 12:51:28 matthias Exp $ */
|
||||
/* $NetBSD: clock.c,v 1.8 2001/11/23 19:36:48 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997
|
||||
@ -130,7 +130,7 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
#include <machine/cpu.h>
|
||||
#include <machine/irqhandler.h>
|
||||
#include <machine/pio.h>
|
||||
#include <machine/cpufunc.h>
|
||||
#include <arm/cpufunc.h>
|
||||
|
||||
#include <dev/isa/isareg.h>
|
||||
#include <dev/isa/isavar.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ofwgencfg_clock.c,v 1.9 2001/02/25 21:31:15 bjh21 Exp $ */
|
||||
/* $NetBSD: ofwgencfg_clock.c,v 1.10 2001/11/23 19:36:48 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997
|
||||
@ -42,7 +42,7 @@
|
||||
#include <sys/time.h>
|
||||
|
||||
#include <machine/irqhandler.h>
|
||||
#include <machine/cpufunc.h>
|
||||
#include <arm/cpufunc.h>
|
||||
#include <machine/cpu.h>
|
||||
#include <machine/ofw.h>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: hat.c,v 1.5 2001/05/09 17:34:40 matt Exp $ */
|
||||
/* $NetBSD: hat.c,v 1.6 2001/11/23 19:36:48 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997
|
||||
@ -49,7 +49,7 @@
|
||||
#include <machine/cpu.h>
|
||||
#include <machine/irqhandler.h>
|
||||
#include <machine/pio.h>
|
||||
#include <machine/cpufunc.h>
|
||||
#include <arm/cpufunc.h>
|
||||
|
||||
#include <dev/ic/i8253reg.h>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: scr.c,v 1.10 2001/06/05 05:14:19 thorpej Exp $ */
|
||||
/* $NetBSD: scr.c,v 1.11 2001/11/23 19:36:48 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997
|
||||
@ -118,7 +118,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/device.h>
|
||||
#include <dev/isa/isavar.h>
|
||||
#include <machine/cpufunc.h>
|
||||
#include <arm/cpufunc.h>
|
||||
|
||||
|
||||
/* SCR_DEBUG is the master switch for turning on debugging */
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: sequoia.c,v 1.6 2001/06/05 05:14:51 thorpej Exp $ */
|
||||
/* $NetBSD: sequoia.c,v 1.7 2001/11/23 19:36:49 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997
|
||||
@ -53,7 +53,7 @@
|
||||
#include <machine/isa_machdep.h>
|
||||
#include <arm32/shark/sequoia.h>
|
||||
#include <arm32/shark/fiq.h>
|
||||
#include <machine/cpufunc.h>
|
||||
#include <arm/cpufunc.h>
|
||||
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: hat.c,v 1.2 2001/07/29 00:34:44 matt Exp $ */
|
||||
/* $NetBSD: hat.c,v 1.3 2001/11/23 19:36:49 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997
|
||||
@ -49,7 +49,7 @@
|
||||
#include <machine/cpu.h>
|
||||
#include <machine/irqhandler.h>
|
||||
#include <machine/pio.h>
|
||||
#include <machine/cpufunc.h>
|
||||
#include <arm/cpufunc.h>
|
||||
|
||||
#include <dev/isa/isareg.h>
|
||||
#include <dev/isa/isavar.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: scr.c,v 1.2 2001/06/05 05:18:00 thorpej Exp $ */
|
||||
/* $NetBSD: scr.c,v 1.3 2001/11/23 19:36:49 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997
|
||||
@ -118,7 +118,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/device.h>
|
||||
#include <dev/isa/isavar.h>
|
||||
#include <machine/cpufunc.h>
|
||||
#include <arm/cpufunc.h>
|
||||
|
||||
|
||||
/* SCR_DEBUG is the master switch for turning on debugging */
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: sequoia.c,v 1.2 2001/06/05 05:18:00 thorpej Exp $ */
|
||||
/* $NetBSD: sequoia.c,v 1.3 2001/11/23 19:36:49 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997
|
||||
@ -51,7 +51,7 @@
|
||||
|
||||
#include <dev/isa/isareg.h>
|
||||
#include <machine/isa_machdep.h>
|
||||
#include <machine/cpufunc.h>
|
||||
#include <arm/cpufunc.h>
|
||||
#include <dnard/dnard/sequoia.h>
|
||||
#include <dnard/dnard/fiq.h>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ofwgencfg_clock.c,v 1.1 2001/05/09 16:08:45 matt Exp $ */
|
||||
/* $NetBSD: ofwgencfg_clock.c,v 1.2 2001/11/23 19:36:49 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997
|
||||
@ -42,7 +42,7 @@
|
||||
#include <sys/time.h>
|
||||
|
||||
#include <machine/irqhandler.h>
|
||||
#include <machine/cpufunc.h>
|
||||
#include <arm/cpufunc.h>
|
||||
#include <machine/cpu.h>
|
||||
#include <machine/ofw.h>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ifpga_clock.c,v 1.1 2001/10/27 16:19:08 rearnsha Exp $ */
|
||||
/* $NetBSD: ifpga_clock.c,v 1.2 2001/11/23 19:36:50 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2001 ARM Ltd
|
||||
@ -45,7 +45,7 @@
|
||||
#include <sys/time.h>
|
||||
#include <sys/device.h>
|
||||
|
||||
#include <machine/cpufunc.h>
|
||||
#include <arm/cpufunc.h>
|
||||
#include <machine/intr.h>
|
||||
#include <evbarm/ifpga/ifpgavar.h>
|
||||
#include <evbarm/ifpga/ifpgamem.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: pl030_rtc.c,v 1.1 2001/10/27 16:19:09 rearnsha Exp $ */
|
||||
/* $NetBSD: pl030_rtc.c,v 1.2 2001/11/23 19:36:50 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2001 ARM Ltd
|
||||
@ -38,7 +38,7 @@
|
||||
#include <sys/time.h>
|
||||
#include <sys/device.h>
|
||||
|
||||
#include <machine/cpufunc.h>
|
||||
#include <arm/cpufunc.h>
|
||||
#include <machine/intr.h>
|
||||
#include <evbarm/ifpga/ifpgavar.h>
|
||||
#include <evbarm/ifpga/ifpgamem.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: int_bus_dma.c,v 1.1 2001/10/27 16:17:51 rearnsha Exp $ */
|
||||
/* $NetBSD: int_bus_dma.c,v 1.2 2001/11/23 19:36:50 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
|
||||
@ -65,7 +65,7 @@
|
||||
#include <evbarm/integrator/int_bus_dma.h>
|
||||
|
||||
#include <machine/cpu.h>
|
||||
#include <machine/cpufunc.h>
|
||||
#include <arm/cpufunc.h>
|
||||
#include <machine/psl.h>
|
||||
|
||||
static int integrator_bus_dmamap_load_buffer __P((bus_dma_tag_t,
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: iq80310_intr.c,v 1.4 2001/11/07 02:56:18 thorpej Exp $ */
|
||||
/* $NetBSD: iq80310_intr.c,v 1.5 2001/11/23 19:36:50 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2001 Wasabi Systems, Inc.
|
||||
@ -46,7 +46,7 @@
|
||||
#include <machine/bus.h>
|
||||
#include <machine/intr.h>
|
||||
#include <machine/cpu.h>
|
||||
#include <machine/cpufunc.h>
|
||||
#include <arm/cpufunc.h>
|
||||
|
||||
#include <evbarm/iq80310/iq80310reg.h>
|
||||
#include <evbarm/iq80310/iq80310var.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: iq80310_timer.c,v 1.3 2001/11/08 02:12:05 thorpej Exp $ */
|
||||
/* $NetBSD: iq80310_timer.c,v 1.4 2001/11/23 19:36:49 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2001 Wasabi Systems, Inc.
|
||||
@ -52,7 +52,7 @@
|
||||
#include <sys/time.h>
|
||||
|
||||
#include <machine/bus.h>
|
||||
#include <machine/cpufunc.h>
|
||||
#include <arm/cpufunc.h>
|
||||
|
||||
#include <evbarm/iq80310/iq80310reg.h>
|
||||
#include <evbarm/iq80310/iq80310var.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ipaq_lcd.c,v 1.4 2001/11/22 18:34:35 thorpej Exp $ */
|
||||
/* $NetBSD: ipaq_lcd.c,v 1.5 2001/11/23 19:36:51 thorpej Exp $ */
|
||||
#define IPAQ_LCD_DEBUG
|
||||
|
||||
/*
|
||||
@ -51,7 +51,7 @@
|
||||
#include <machine/bootinfo.h>
|
||||
#include <machine/bus.h>
|
||||
#include <machine/irqhandler.h>
|
||||
#include <machine/cpufunc.h>
|
||||
#include <arm/cpufunc.h>
|
||||
#include <arm/arm32/katelib.h>
|
||||
|
||||
#include <hpcarm/sa11x0/sa11x0_reg.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: softintr.c,v 1.4 2001/06/20 02:21:58 toshii Exp $ */
|
||||
/* $NetBSD: softintr.c,v 1.5 2001/11/23 19:36:50 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
@ -42,7 +42,7 @@
|
||||
#include <sys/malloc.h>
|
||||
|
||||
#include <machine/cpu.h>
|
||||
#include <machine/cpufunc.h>
|
||||
#include <arm/cpufunc.h>
|
||||
#include <machine/irqhandler.h>
|
||||
|
||||
extern int ipl_to_spl(int);
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: sa11x0_ost.c,v 1.9 2001/11/22 18:34:36 thorpej Exp $ */
|
||||
/* $NetBSD: sa11x0_ost.c,v 1.10 2001/11/23 19:36:50 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997 Mark Brinicombe.
|
||||
@ -46,7 +46,7 @@
|
||||
|
||||
#include <machine/bus.h>
|
||||
#include <machine/irqhandler.h>
|
||||
#include <machine/cpufunc.h>
|
||||
#include <arm/cpufunc.h>
|
||||
#include <arm/arm32/katelib.h>
|
||||
#include <hpcarm/sa11x0/sa11x0_reg.h>
|
||||
#include <hpcarm/sa11x0/sa11x0_var.h>
|
||||
|
Loading…
Reference in New Issue
Block a user