Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/mainbus Put back that old (not) unused include ...
details: https://anonhg.NetBSD.org/src/rev/20a074f52b5e
branches: trunk
changeset: 508728:20a074f52b5e
user: rearnsha <rearnsha%NetBSD.org@localhost>
date: Wed Apr 18 20:27:33 2001 +0000
description:
Put back that old (not) unused include file. But only include it
when ARMFPE is defined. Since that is the only time we use it.
diffstat:
sys/arch/arm/mainbus/cpu.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 86ea11a032d9 -r 20a074f52b5e sys/arch/arm/mainbus/cpu.c
--- a/sys/arch/arm/mainbus/cpu.c Wed Apr 18 17:35:36 2001 +0000
+++ b/sys/arch/arm/mainbus/cpu.c Wed Apr 18 20:27:33 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.c,v 1.18 2001/04/04 21:40:20 reinoud Exp $ */
+/* $NetBSD: cpu.c,v 1.19 2001/04/18 20:27:33 rearnsha Exp $ */
/*
* Copyright (c) 1995 Mark Brinicombe.
@@ -57,6 +57,7 @@
#include <machine/undefined.h>
#ifdef ARMFPE
+#include <machine/bootconfig.h> /* For boot_args */
#include <arm32/fpe-arm/armfpe.h>
#endif /* ARMFPE */
Home |
Main Index |
Thread Index |
Old Index