Source-Changes-HG archive

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

[src/trunk]: src/sys/lib/libkern/arch/hppa Rename L_ADDR to L_PCB



details:   https://anonhg.NetBSD.org/src/rev/def750cffc47
branches:  trunk
changeset: 749821:def750cffc47
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Dec 10 07:57:02 2009 +0000

description:
Rename L_ADDR to L_PCB

diffstat:

 sys/lib/libkern/arch/hppa/bcopy.S |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 24d759008508 -r def750cffc47 sys/lib/libkern/arch/hppa/bcopy.S
--- a/sys/lib/libkern/arch/hppa/bcopy.S Thu Dec 10 05:57:23 2009 +0000
+++ b/sys/lib/libkern/arch/hppa/bcopy.S Thu Dec 10 07:57:02 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bcopy.S,v 1.9 2009/12/01 09:06:17 skrll Exp $  */
+/*     $NetBSD: bcopy.S,v 1.10 2009/12/10 07:57:02 skrll Exp $ */
 
 /*
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
 #include <machine/reg.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
-RCSID("$NetBSD: bcopy.S,v 1.9 2009/12/01 09:06:17 skrll Exp $")
+RCSID("$NetBSD: bcopy.S,v 1.10 2009/12/10 07:57:02 skrll Exp $")
 #endif /* LIBC_SCCS and not lint */
 
 /*
@@ -515,7 +515,7 @@
 Lspcopy_curlwp_ok:
 #endif /* DIAGNOSTIC */
        ldil    L%spcopy_fault, %r1
-       ldw     L_ADDR(%r31), %r31
+       ldw     L_PCB(%r31), %r31
        ldo     R%spcopy_fault(%r1), %r1
        ldi     EFAULT, %ret0
        stw     %r1, PCB_ONFAULT(%r31)



Home | Main Index | Thread Index | Old Index