Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/macppc/macppc Include trap_subr_mp.S if MULTIPROCES...
details: https://anonhg.NetBSD.org/src/rev/73df5a2ee8bf
branches: trunk
changeset: 506883:73df5a2ee8bf
user: tsubai <tsubai%NetBSD.org@localhost>
date: Wed Mar 07 08:12:55 2001 +0000
description:
Include trap_subr_mp.S if MULTIPROCESSOR is defined.
diffstat:
sys/arch/macppc/macppc/locore.S | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r b509ac64f0c1 -r 73df5a2ee8bf sys/arch/macppc/macppc/locore.S
--- a/sys/arch/macppc/macppc/locore.S Wed Mar 07 08:10:44 2001 +0000
+++ b/sys/arch/macppc/macppc/locore.S Wed Mar 07 08:12:55 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.36 2001/02/25 20:34:24 matt Exp $ */
+/* $NetBSD: locore.S,v 1.37 2001/03/07 08:12:55 tsubai Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -375,5 +375,8 @@
/*
* Pull in common trap vector code.
*/
+#if defined(MULTIPROCESSOR)
+#include <powerpc/powerpc/trap_subr_mp.S>
+#else
#include <powerpc/powerpc/trap_subr.S>
-
+#endif
Home |
Main Index |
Thread Index |
Old Index