Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hppa/hppa A nullify snuck in. Remove it.
details: https://anonhg.NetBSD.org/src/rev/3dedc58ce7ea
branches: trunk
changeset: 752924:3dedc58ce7ea
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Mar 11 13:26:20 2010 +0000
description:
A nullify snuck in. Remove it.
diffstat:
sys/arch/hppa/hppa/trap.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f865aab4086d -r 3dedc58ce7ea sys/arch/hppa/hppa/trap.S
--- a/sys/arch/hppa/hppa/trap.S Thu Mar 11 10:38:36 2010 +0000
+++ b/sys/arch/hppa/hppa/trap.S Thu Mar 11 13:26:20 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: trap.S,v 1.44 2010/03/11 07:01:09 skrll Exp $ */
+/* $NetBSD: trap.S,v 1.45 2010/03/11 13:26:20 skrll Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -1975,7 +1975,7 @@
ldo HPPA_FRAME_SIZE-1(%sp), %sp /* Assumed stack align step 1 */
dep %t1, 31, PGSHIFT, %t2 /* t2 |= (pcoqh & PAGE_MASK) */
dep,<> %t1, 31, 2, %r0 /* Nullify if user mode (!0) */
- comb,<>,n %t1, %t2, L$trap_from_kernel /* if %t1 != %t2 => kernel */
+ comb,<> %t1, %t2, L$trap_from_kernel /* if %t1 != %t2 => kernel */
dep %r0, 31, 6, %sp /* Assumed stack align step 2 */
mfctl CR_UPADDR, %t2
Home |
Main Index |
Thread Index |
Old Index