Author: br
Date: Mon Feb 22 14:19:45 2016
New Revision: 295892
URL: https://svnweb.freebsd.org/changeset/base/295892

Log:
  Fix comment.

Modified:
  head/sys/riscv/riscv/timer.c

Modified: head/sys/riscv/riscv/timer.c
==============================================================================
--- head/sys/riscv/riscv/timer.c        Mon Feb 22 14:13:05 2016        
(r295891)
+++ head/sys/riscv/riscv/timer.c        Mon Feb 22 14:19:45 2016        
(r295892)
@@ -145,8 +145,9 @@ riscv_tmr_intr(void *arg)
 
        /*
         * Clear interrupt pending bit.
-        * Note sip register is unimplemented in Spike simulator,
-        * so use machine command to clear in mip.
+        * Note: SIP_STIP bit is not implemented in sip register
+        * in Spike simulator, so use machine command to clear
+        * interrupt pending bit in mip.
         */
        machine_command(ECALL_CLEAR_PENDING, 0);
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to