Include <arm/locore.h>
This commit is contained in:
parent
ae05909c70
commit
49c834f870
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: pxa2x0_hpc_machdep.c,v 1.19 2012/09/22 00:33:41 matt Exp $ */
|
/* $NetBSD: pxa2x0_hpc_machdep.c,v 1.20 2013/08/26 15:31:06 matt Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1994-1998 Mark Brinicombe.
|
* Copyright (c) 1994-1998 Mark Brinicombe.
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__KERNEL_RCSID(0, "$NetBSD: pxa2x0_hpc_machdep.c,v 1.19 2012/09/22 00:33:41 matt Exp $");
|
__KERNEL_RCSID(0, "$NetBSD: pxa2x0_hpc_machdep.c,v 1.20 2013/08/26 15:31:06 matt Exp $");
|
||||||
|
|
||||||
#include "opt_ddb.h"
|
#include "opt_ddb.h"
|
||||||
#include "opt_dram_pages.h"
|
#include "opt_dram_pages.h"
|
||||||
|
@ -77,7 +77,7 @@ __KERNEL_RCSID(0, "$NetBSD: pxa2x0_hpc_machdep.c,v 1.19 2012/09/22 00:33:41 matt
|
||||||
#include <arm/xscale/pxa2x0reg.h>
|
#include <arm/xscale/pxa2x0reg.h>
|
||||||
#include <arm/xscale/pxa2x0var.h>
|
#include <arm/xscale/pxa2x0var.h>
|
||||||
#include <arm/xscale/pxa2x0_gpio.h>
|
#include <arm/xscale/pxa2x0_gpio.h>
|
||||||
#include <arm/cpuconf.h>
|
#include <arm/locore.h>
|
||||||
#include <arm/undefined.h>
|
#include <arm/undefined.h>
|
||||||
#include <arm/arm32/machdep.h>
|
#include <arm/arm32/machdep.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue