Use <arm/undefined.h> instead of <machine/undefined.h>.
This commit is contained in:
parent
da2f8002bb
commit
fc019be5fd
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: rpc_machdep.c,v 1.6 2001/11/23 17:23:40 thorpej Exp $ */
|
||||
/* $NetBSD: rpc_machdep.c,v 1.7 2001/11/23 21:18:29 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2000-2001 Reinoud Zandijk.
|
||||
|
@ -79,7 +79,7 @@
|
|||
#include <machine/irqhandler.h>
|
||||
#include <arm/arm32/katelib.h>
|
||||
#include <machine/vconsole.h>
|
||||
#include <machine/undefined.h>
|
||||
#include <arm/undefined.h>
|
||||
#include <machine/rtc.h>
|
||||
#include <machine/bus.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: undefined.c,v 1.10 2001/11/22 17:59:59 thorpej Exp $ */
|
||||
/* $NetBSD: undefined.c,v 1.11 2001/11/23 21:18:30 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2001 Ben Harris.
|
||||
|
@ -51,7 +51,7 @@
|
|||
|
||||
#include <sys/param.h>
|
||||
|
||||
__KERNEL_RCSID(0, "$NetBSD: undefined.c,v 1.10 2001/11/22 17:59:59 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: undefined.c,v 1.11 2001/11/23 21:18:30 thorpej Exp $");
|
||||
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/queue.h>
|
||||
|
@ -69,7 +69,7 @@ __KERNEL_RCSID(0, "$NetBSD: undefined.c,v 1.10 2001/11/22 17:59:59 thorpej Exp $
|
|||
|
||||
#include <machine/cpu.h>
|
||||
#include <machine/frame.h>
|
||||
#include <machine/undefined.h>
|
||||
#include <arm/undefined.h>
|
||||
#include <machine/trap.h>
|
||||
|
||||
#include <arch/arm/arm/disassem.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: cpu.c,v 1.9 2001/11/06 20:39:13 thorpej Exp $ */
|
||||
/* $NetBSD: cpu.c,v 1.10 2001/11/23 21:18:30 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995 Mark Brinicombe.
|
||||
|
@ -52,8 +52,9 @@
|
|||
#include <uvm/uvm_extern.h>
|
||||
#include <machine/conf.h>
|
||||
#include <machine/cpu.h>
|
||||
#include <machine/cpus.h>
|
||||
#include <machine/undefined.h>
|
||||
#include <arm/undefined.h>
|
||||
|
||||
#include <arm/cpus.h>
|
||||
|
||||
#ifdef ARMFPE
|
||||
#include <machine/bootconfig.h> /* For boot args */
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: db_interface.c,v 1.10 2001/11/23 17:23:41 thorpej Exp $ */
|
||||
/* $NetBSD: db_interface.c,v 1.11 2001/11/23 21:18:30 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1996 Scott K. Stevens
|
||||
|
@ -45,7 +45,7 @@
|
|||
|
||||
#include <machine/db_machdep.h>
|
||||
#include <arm/arm32/katelib.h>
|
||||
#include <machine/undefined.h>
|
||||
#include <arm/undefined.h>
|
||||
#include <ddb/db_command.h>
|
||||
#include <ddb/db_output.h>
|
||||
#include <ddb/db_variables.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: cpu_mainbus.c,v 1.1 2001/04/20 18:08:49 matt Exp $ */
|
||||
/* $NetBSD: cpu_mainbus.c,v 1.2 2001/11/23 21:18:31 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995 Mark Brinicombe.
|
||||
|
@ -53,8 +53,8 @@
|
|||
#endif
|
||||
#include <machine/cpu.h>
|
||||
#if 0
|
||||
#include <machine/cpus.h>
|
||||
#include <machine/undefined.h>
|
||||
#include <arm/cpus.h>
|
||||
#include <arm/undefined.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: db_interface.c,v 1.12 2001/11/22 18:00:00 thorpej Exp $ */
|
||||
/* $NetBSD: db_interface.c,v 1.13 2001/11/23 21:18:31 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1996 Scott K. Stevens
|
||||
|
@ -44,7 +44,7 @@
|
|||
#include <uvm/uvm_extern.h>
|
||||
|
||||
#include <machine/db_machdep.h>
|
||||
#include <machine/undefined.h>
|
||||
#include <arm/undefined.h>
|
||||
#include <ddb/db_access.h>
|
||||
#include <ddb/db_command.h>
|
||||
#include <ddb/db_output.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: ofwgencfg_machdep.c,v 1.18 2001/11/23 17:23:42 thorpej Exp $ */
|
||||
/* $NetBSD: ofwgencfg_machdep.c,v 1.19 2001/11/23 21:18:32 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997
|
||||
|
@ -59,7 +59,7 @@
|
|||
#include <machine/bootconfig.h>
|
||||
#include <machine/cpu.h>
|
||||
#include <machine/irqhandler.h>
|
||||
#include <machine/undefined.h>
|
||||
#include <arm/undefined.h>
|
||||
|
||||
#include "opt_ipkdb.h"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: shark_machdep.c,v 1.25 2001/11/23 17:23:43 thorpej Exp $ */
|
||||
/* $NetBSD: shark_machdep.c,v 1.26 2001/11/23 21:18:32 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997
|
||||
|
@ -61,7 +61,7 @@
|
|||
#include <machine/cpu.h>
|
||||
#include <machine/irqhandler.h>
|
||||
#include <machine/pio.h>
|
||||
#include <machine/undefined.h>
|
||||
#include <arm/undefined.h>
|
||||
|
||||
#include "opt_ipkdb.h"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: cats_machdep.c,v 1.6 2001/11/23 17:23:43 thorpej Exp $ */
|
||||
/* $NetBSD: cats_machdep.c,v 1.7 2001/11/23 21:18:33 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997,1998 Mark Brinicombe.
|
||||
|
@ -63,7 +63,7 @@
|
|||
#include <machine/cpu.h>
|
||||
#include <machine/frame.h>
|
||||
#include <machine/intr.h>
|
||||
#include <machine/undefined.h>
|
||||
#include <arm/undefined.h>
|
||||
|
||||
#include <machine/cyclone_boot.h>
|
||||
#include <arm/footbridge/dc21285mem.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: dnard_machdep.c,v 1.5 2001/11/23 17:23:43 thorpej Exp $ */
|
||||
/* $NetBSD: dnard_machdep.c,v 1.6 2001/11/23 21:18:33 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997
|
||||
|
@ -60,7 +60,7 @@
|
|||
#include <machine/cpu.h>
|
||||
#include <machine/irqhandler.h>
|
||||
#include <machine/pio.h>
|
||||
#include <machine/undefined.h>
|
||||
#include <arm/undefined.h>
|
||||
|
||||
#include "opt_ipkdb.h"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: ofwgencfg_machdep.c,v 1.4 2001/11/23 17:23:43 thorpej Exp $ */
|
||||
/* $NetBSD: ofwgencfg_machdep.c,v 1.5 2001/11/23 21:18:34 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997
|
||||
|
@ -59,7 +59,7 @@
|
|||
#include <machine/bootconfig.h>
|
||||
#include <machine/cpu.h>
|
||||
#include <machine/irqhandler.h>
|
||||
#include <machine/undefined.h>
|
||||
#include <arm/undefined.h>
|
||||
|
||||
#include "opt_ipkdb.h"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: integrator_machdep.c,v 1.5 2001/11/23 17:23:43 thorpej Exp $ */
|
||||
/* $NetBSD: integrator_machdep.c,v 1.6 2001/11/23 21:18:34 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2001 ARM Ltd
|
||||
|
@ -89,7 +89,7 @@
|
|||
#include <machine/cpu.h>
|
||||
#include <machine/frame.h>
|
||||
#include <machine/intr.h>
|
||||
#include <machine/undefined.h>
|
||||
#include <arm/undefined.h>
|
||||
|
||||
#include <evbarm/integrator/integrator_boot.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: iq80310_machdep.c,v 1.9 2001/11/23 17:23:44 thorpej Exp $ */
|
||||
/* $NetBSD: iq80310_machdep.c,v 1.10 2001/11/23 21:18:34 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997,1998 Mark Brinicombe.
|
||||
|
@ -61,7 +61,7 @@
|
|||
#include <machine/cpu.h>
|
||||
#include <machine/frame.h>
|
||||
#include <machine/irqhandler.h>
|
||||
#include <machine/undefined.h>
|
||||
#include <arm/undefined.h>
|
||||
|
||||
#include <arm/xscale/i80312reg.h>
|
||||
#include <arm/xscale/i80312var.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: hpc_machdep.c,v 1.22 2001/11/23 17:23:44 thorpej Exp $ */
|
||||
/* $NetBSD: hpc_machdep.c,v 1.23 2001/11/23 21:18:35 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994-1998 Mark Brinicombe.
|
||||
|
@ -83,7 +83,7 @@
|
|||
#include <machine/irqhandler.h>
|
||||
#include <arm/arm32/katelib.h>
|
||||
#include <machine/bootinfo.h>
|
||||
#include <machine/undefined.h>
|
||||
#include <arm/undefined.h>
|
||||
#include <machine/rtc.h>
|
||||
#include <hpc/hpc/platid.h>
|
||||
#include <hpcarm/sa11x0/sa11x0_reg.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: netwinder_machdep.c,v 1.13 2001/11/23 17:23:44 thorpej Exp $ */
|
||||
/* $NetBSD: netwinder_machdep.c,v 1.14 2001/11/23 21:18:35 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997,1998 Mark Brinicombe.
|
||||
|
@ -63,7 +63,7 @@
|
|||
#include <machine/cpu.h>
|
||||
#include <machine/frame.h>
|
||||
#include <machine/intr.h>
|
||||
#include <machine/undefined.h>
|
||||
#include <arm/undefined.h>
|
||||
|
||||
#include <machine/netwinder_boot.h>
|
||||
#include <arm/footbridge/dc21285mem.h>
|
||||
|
|
Loading…
Reference in New Issue