Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/vax/vax Fix gimplish.
details: https://anonhg.NetBSD.org/src/rev/f6de150735f1
branches: trunk
changeset: 754770:f6de150735f1
user: snj <snj%NetBSD.org@localhost>
date: Wed May 12 04:30:18 2010 +0000
description:
Fix gimplish.
diffstat:
sys/arch/vax/vax/subr.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 30ce41dfe766 -r f6de150735f1 sys/arch/vax/vax/subr.S
--- a/sys/arch/vax/vax/subr.S Wed May 12 03:43:46 2010 +0000
+++ b/sys/arch/vax/vax/subr.S Wed May 12 04:30:18 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: subr.S,v 1.31 2010/05/12 01:58:22 matt Exp $ */
+/* $NetBSD: subr.S,v 1.32 2010/05/12 04:30:18 snj Exp $ */
/*
* Copyright (c) 1994 Ludd, University of Lule}, Sweden.
@@ -372,7 +372,7 @@
movl %r0,PCB_FP(%r3) /* and as the FP too */
movab CA_ARGNO(%r0),PCB_AP(%r3) /* update the AP as well */
movab softint_process,PCB_PC(%r3) /* and where we will start */
- movl $PSL_HIGHIPL,PCB_PSL(%r3) /* Needs to running at IPL_HIGH */
+ movl $PSL_HIGHIPL,PCB_PSL(%r3) /* Needs to be running at IPL_HIGH */
mtpr PCB_PADDR(%r3),$PR_PCBB /* set PA of new pcb */
ldpctx /* load it */
Home |
Main Index |
Thread Index |
Old Index