Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sh5/include Include <machine/frame.h>, not <sh5/fra...



details:   https://anonhg.NetBSD.org/src/rev/8fa2b75a3b2f
branches:  trunk
changeset: 533947:8fa2b75a3b2f
user:      scw <scw%NetBSD.org@localhost>
date:      Thu Jul 11 14:10:39 2002 +0000

description:
Include <machine/frame.h>, not <sh5/frame.h>

diffstat:

 sys/arch/sh5/include/cpu.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r b52b9a80dee5 -r 8fa2b75a3b2f sys/arch/sh5/include/cpu.h
--- a/sys/arch/sh5/include/cpu.h        Thu Jul 11 14:09:34 2002 +0000
+++ b/sys/arch/sh5/include/cpu.h        Thu Jul 11 14:10:39 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.h,v 1.1 2002/07/05 13:31:57 scw Exp $      */
+/*     $NetBSD: cpu.h,v 1.2 2002/07/11 14:10:39 scw Exp $      */
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -87,8 +87,8 @@
 #endif
 
 #include <sys/sched.h>
+#include <machine/frame.h>
 #include <sh5/conreg.h>
-#include <sh5/frame.h>
 #include <sh5/pte.h>
 
 /*



Home | Main Index | Thread Index | Old Index