Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/sparc64 catch up with fpu changes.



details:   https://anonhg.NetBSD.org/src/rev/f90a8e30d373
branches:  trunk
changeset: 488108:f90a8e30d373
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Jun 18 08:13:45 2000 +0000

description:
catch up with fpu changes.

diffstat:

 sys/arch/sparc64/sparc64/trap.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 29371712ebf3 -r f90a8e30d373 sys/arch/sparc64/sparc64/trap.c
--- a/sys/arch/sparc64/sparc64/trap.c   Sun Jun 18 08:13:26 2000 +0000
+++ b/sys/arch/sparc64/sparc64/trap.c   Sun Jun 18 08:13:45 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.c,v 1.42 2000/06/06 18:52:45 soren Exp $ */
+/*     $NetBSD: trap.c,v 1.43 2000/06/18 08:13:45 mrg Exp $ */
 
 /*
  * Copyright (c) 1996
@@ -90,7 +90,7 @@
 #include <machine/svr4_machdep.h>
 #endif
 
-#include <sparc64/fpu/fpu_extern.h>
+#include <sparc/fpu/fpu_extern.h>
 #include <sparc64/sparc64/memreg.h>
 #include <sparc64/sparc64/cache.h>
 



Home | Main Index | Thread Index | Old Index