Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hpcarm/hpcarm include <arm/arm32/machdep.h>



details:   https://anonhg.NetBSD.org/src/rev/8538f2dae2a0
branches:  trunk
changeset: 780690:8538f2dae2a0
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Aug 03 15:59:04 2012 +0000

description:
include <arm/arm32/machdep.h>

diffstat:

 sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 9b162cbe84ef -r 8538f2dae2a0 sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c
--- a/sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c       Fri Aug 03 15:56:06 2012 +0000
+++ b/sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c       Fri Aug 03 15:59:04 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pxa2x0_hpc_machdep.c,v 1.16 2012/07/29 00:07:06 matt Exp $     */
+/*     $NetBSD: pxa2x0_hpc_machdep.c,v 1.17 2012/08/03 15:59:04 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.16 2012/07/29 00:07:06 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pxa2x0_hpc_machdep.c,v 1.17 2012/08/03 15:59:04 matt Exp $");
 
 #include "opt_ddb.h"
 #include "opt_dram_pages.h"
@@ -79,6 +79,7 @@
 #include <arm/xscale/pxa2x0_gpio.h>
 #include <arm/cpuconf.h>
 #include <arm/undefined.h>
+#include <arm/arm32/machdep.h>
 
 #include <machine/bootconfig.h>
 #include <machine/bootinfo.h>



Home | Main Index | Thread Index | Old Index