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 Fix a comment



details:   https://anonhg.NetBSD.org/src/rev/3f3ad73fd659
branches:  trunk
changeset: 455868:3f3ad73fd659
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Apr 16 07:08:46 2019 +0000

description:
Fix a comment

diffstat:

 sys/arch/hppa/hppa/trap.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c2794b736f06 -r 3f3ad73fd659 sys/arch/hppa/hppa/trap.S
--- a/sys/arch/hppa/hppa/trap.S Tue Apr 16 06:48:33 2019 +0000
+++ b/sys/arch/hppa/hppa/trap.S Tue Apr 16 07:08:46 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.S,v 1.71 2019/04/16 06:13:53 skrll Exp $  */
+/*     $NetBSD: trap.S,v 1.72 2019/04/16 07:08:46 skrll Exp $  */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -908,7 +908,7 @@
 
        /*
         * The hardware FPU is disabled, so we need to swap in the FPU state of
-        * the LWP whose uspace physical address in CR_UPADDR.  We may also
+        * the LWP whose uspace physical address in CR_FPPADDR.  We may also
         * need to swap out the FPU state of any LWP whose uspace physical
         * address is in curcpu()->ci_fpu_state.
         */



Home | Main Index | Thread Index | Old Index