[Midnightbsd-cvs] src [9092] trunk/sys: fix comments

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 1 06:34:36 EDT 2016


Revision: 9092
          http://svnweb.midnightbsd.org/src/?rev=9092
Author:   laffer1
Date:     2016-10-01 06:34:36 -0400 (Sat, 01 Oct 2016)
Log Message:
-----------
fix comments

Modified Paths:
--------------
    trunk/sys/amd64/amd64/support.S
    trunk/sys/i386/i386/support.s

Modified: trunk/sys/amd64/amd64/support.S
===================================================================
--- trunk/sys/amd64/amd64/support.S	2016-10-01 10:34:15 UTC (rev 9091)
+++ trunk/sys/amd64/amd64/support.S	2016-10-01 10:34:36 UTC (rev 9092)
@@ -200,9 +200,9 @@
  * Access user memory from inside the kernel. These routines should be
  * the only places that do this.
  *
- * These routines set curpcb->onfault for the time they execute. When a
+ * These routines set curpcb->pcb_onfault for the time they execute. When a
  * protection violation occurs inside the functions, the trap handler
- * returns to *curpcb->onfault instead of the function.
+ * returns to *curpcb->pcb_onfault instead of the function.
  */
 
 /*

Modified: trunk/sys/i386/i386/support.s
===================================================================
--- trunk/sys/i386/i386/support.s	2016-10-01 10:34:15 UTC (rev 9091)
+++ trunk/sys/i386/i386/support.s	2016-10-01 10:34:36 UTC (rev 9092)
@@ -262,9 +262,9 @@
  * write permissions when we are executing with EPL 0. The 486 does check
  * this if the WP bit is set in CR0, so we can use a simpler version here.
  *
- * These routines set curpcb->onfault for the time they execute. When a
+ * These routines set curpcb->pcb_onfault for the time they execute. When a
  * protection violation occurs inside the functions, the trap handler
- * returns to *curpcb->onfault instead of the function.
+ * returns to *curpcb->pcb_onfault instead of the function.
  */
 
 /*



More information about the Midnightbsd-cvs mailing list