Module Name: src
Committed By: matt
Date: Mon Aug 26 15:31:06 UTC 2013
Modified Files:
src/sys/arch/hpcarm/hpcarm: pxa2x0_hpc_machdep.c
Log Message:
Include <arm/locore.h>
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c
diff -u src/sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c:1.19 src/sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c:1.20
--- src/sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c:1.19 Sat Sep 22 00:33:41 2012
+++ src/sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c Mon Aug 26 15:31:06 2013
@@ -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.
@@ -40,7 +40,7 @@
*/
#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_dram_pages.h"
@@ -77,7 +77,7 @@ __KERNEL_RCSID(0, "$NetBSD: pxa2x0_hpc_m
#include <arm/xscale/pxa2x0reg.h>
#include <arm/xscale/pxa2x0var.h>
#include <arm/xscale/pxa2x0_gpio.h>
-#include <arm/cpuconf.h>
+#include <arm/locore.h>
#include <arm/undefined.h>
#include <arm/arm32/machdep.h>