Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/pmax - Nuke '_splset' alternative entry point ...



details:   https://anonhg.NetBSD.org/src/rev/6a70f3787da4
branches:  trunk
changeset: 472786:6a70f3787da4
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Fri May 07 06:18:56 1999 +0000

description:
- Nuke '_splset' alternative entry point mistakenly added.

diffstat:

 sys/arch/pmax/pmax/locore_machdep.S |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r bcb250420644 -r 6a70f3787da4 sys/arch/pmax/pmax/locore_machdep.S
--- a/sys/arch/pmax/pmax/locore_machdep.S       Fri May 07 03:30:44 1999 +0000
+++ b/sys/arch/pmax/pmax/locore_machdep.S       Fri May 07 06:18:56 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore_machdep.S,v 1.10 1999/04/27 08:07:26 nisimura Exp $     */
+/*     $NetBSD: locore_machdep.S,v 1.11 1999/05/07 06:18:56 nisimura Exp $     */
 
 /*
  * Copyright (c) 1992, 1993
@@ -434,7 +434,6 @@
  */
 LEAF(splx)
 ALEAF(_splx)
-ALEAF(_splset)
        mfc0    v0, MIPS_COP_0_STATUS_REG
        li      t0, ~(MIPS_INT_MASK | MIPS_SR_INT_IE)
        and     t0, t0, v0



Home | Main Index | Thread Index | Old Index