Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/arm #include <arm/locore.h>
details: https://anonhg.NetBSD.org/src/rev/c06df2e90d6e
branches: trunk
changeset: 326989:c06df2e90d6e
user: matt <matt%NetBSD.org@localhost>
date: Tue Feb 25 00:26:43 2014 +0000
description:
#include <arm/locore.h>
diffstat:
sys/arch/arm/arm/core_machdep.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 0de966159cfa -r c06df2e90d6e sys/arch/arm/arm/core_machdep.c
--- a/sys/arch/arm/arm/core_machdep.c Tue Feb 25 00:09:00 2014 +0000
+++ b/sys/arch/arm/arm/core_machdep.c Tue Feb 25 00:26:43 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: core_machdep.c,v 1.5 2014/02/24 23:54:10 matt Exp $ */
+/* $NetBSD: core_machdep.c,v 1.6 2014/02/25 00:26:43 matt Exp $ */
/*
* Copyright (c) 1994-1998 Mark Brinicombe.
@@ -37,7 +37,7 @@
#include <sys/param.h>
-__KERNEL_RCSID(0, "$NetBSD: core_machdep.c,v 1.5 2014/02/24 23:54:10 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: core_machdep.c,v 1.6 2014/02/25 00:26:43 matt Exp $");
#include "opt_execfmt.h"
#include "opt_compat_netbsd32.h"
@@ -52,6 +52,8 @@
#include <sys/exec_aout.h> /* for MID_* */
+#include <arm/locore.h>
+
#ifdef EXEC_ELF32
#include <sys/exec_elf.h>
#ifdef COMPAT_NETBSD32
Home |
Main Index |
Thread Index |
Old Index