Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbsh5/evbsh5 Pull in sigcode.S only if COMPAT_16 i...



details:   https://anonhg.NetBSD.org/src/rev/fcbfc1476885
branches:  trunk
changeset: 573485:fcbfc1476885
user:      scw <scw%NetBSD.org@localhost>
date:      Sat Jan 29 11:41:06 2005 +0000

description:
Pull in sigcode.S only if COMPAT_16 is defined.

diffstat:

 sys/arch/evbsh5/evbsh5/locore.S |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 540b53526310 -r fcbfc1476885 sys/arch/evbsh5/evbsh5/locore.S
--- a/sys/arch/evbsh5/evbsh5/locore.S   Sat Jan 29 11:37:18 2005 +0000
+++ b/sys/arch/evbsh5/evbsh5/locore.S   Sat Jan 29 11:41:06 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.S,v 1.14 2003/08/12 21:48:07 scw Exp $  */
+/*     $NetBSD: locore.S,v 1.15 2005/01/29 11:41:06 scw Exp $  */
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -168,8 +168,12 @@
 #include <sh5/sh5/locore_subr.S>
 #include <sh5/sh5/cpu_switch.S>
 #include <sh5/sh5/stb1_locore.S>
+#include <sh5/sh5/bus_subr.S>
+
+#include "opt_compat_netbsd.h"
+#if defined(COMPAT_16)
 #include <sh5/sh5/sigcode.S>
-#include <sh5/sh5/bus_subr.S>
+#endif
 
 
 #include "dtfcons.h"



Home | Main Index | Thread Index | Old Index