Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sys/arch/powerpc/powerpc Remove superflous "#endif" inv...
details: https://anonhg.NetBSD.org/src/rev/d1e7744cd72a
branches: netbsd-1-6
changeset: 529291:d1e7744cd72a
user: tron <tron%NetBSD.org@localhost>
date: Wed Nov 06 22:10:56 2002 +0000
description:
Remove superflous "#endif" invented by last pullup which causes build
failures on PPC architectures. (requested by jdolecek in ticket #970)
diffstat:
sys/arch/powerpc/powerpc/trap_subr.S | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r d2886f318503 -r d1e7744cd72a sys/arch/powerpc/powerpc/trap_subr.S
--- a/sys/arch/powerpc/powerpc/trap_subr.S Wed Nov 06 21:29:49 2002 +0000
+++ b/sys/arch/powerpc/powerpc/trap_subr.S Wed Nov 06 22:10:56 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: trap_subr.S,v 1.21.4.1 2002/11/01 18:14:07 tron Exp $ */
+/* $NetBSD: trap_subr.S,v 1.21.4.2 2002/11/06 22:10:56 tron Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -70,7 +70,6 @@
lis pmap,_C_LABEL(kernel_pmap_)@ha; \
lwzu sr,_C_LABEL(kernel_pmap_)+PM_SR@l(pmap); \
RESTORE_SRS(pmap,sr)
-#endif
/*
* Data used during primary/secondary traps/interrupts
Home |
Main Index |
Thread Index |
Old Index