Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/arm32 If we're going to reference SA variables ...
details: https://anonhg.NetBSD.org/src/rev/250ff20b8f84
branches: trunk
changeset: 552127:250ff20b8f84
user: agc <agc%NetBSD.org@localhost>
date: Fri Sep 19 11:42:20 2003 +0000
description:
If we're going to reference SA variables in this file, might as well
include the header file to define them. From Steve Woodford.
diffstat:
sys/arch/arm/arm32/fault.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r e07364be476e -r 250ff20b8f84 sys/arch/arm/arm32/fault.c
--- a/sys/arch/arm/arm32/fault.c Fri Sep 19 11:14:28 2003 +0000
+++ b/sys/arch/arm/arm32/fault.c Fri Sep 19 11:42:20 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fault.c,v 1.32 2003/09/18 22:37:38 cl Exp $ */
+/* $NetBSD: fault.c,v 1.33 2003/09/19 11:42:20 agc Exp $ */
/*
* Copyright 2003 Wasabi Systems, Inc.
@@ -82,11 +82,12 @@
#include "opt_pmap_debug.h"
#include <sys/types.h>
-__KERNEL_RCSID(0, "$NetBSD: fault.c,v 1.32 2003/09/18 22:37:38 cl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fault.c,v 1.33 2003/09/19 11:42:20 agc Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/proc.h>
+#include <sys/savar.h>
#include <sys/user.h>
#include <sys/kernel.h>
Home |
Main Index |
Thread Index |
Old Index