Author: jhibbits
Date: Sun Apr  8 19:33:05 2018
New Revision: 332299
URL: https://svnweb.freebsd.org/changeset/base/332299

Log:
  Fix typo
  
  Reserved cause is 6, not 5.
  
  Reported by:  cem

Modified:
  head/sys/powerpc/include/spr.h

Modified: head/sys/powerpc/include/spr.h
==============================================================================
--- head/sys/powerpc/include/spr.h      Sun Apr  8 19:24:49 2018        
(r332298)
+++ head/sys/powerpc/include/spr.h      Sun Apr  8 19:33:05 2018        
(r332299)
@@ -128,7 +128,7 @@
 #define FSCR_IC_PM               0x0300000000000000ULL /* Read or write access 
of a Performance Monitor SPR in group A */
 #define FSCR_IC_BHRB             0x0400000000000000ULL /* Execution of a BHRB 
Instruction */
 #define FSCR_IC_HTM              0x0500000000000000ULL /* Access to a 
Transactional Memory */
-/* Reserved 0x0500000000000000ULL */
+/* Reserved 0x0600000000000000ULL */
 #define FSCR_IC_EBB              0x0700000000000000ULL /* Access to 
Event-Based Branch */
 #define FSCR_IC_TAR              0x0800000000000000ULL /* Access to Target 
Address Register */
 #define FSCR_IC_STOP             0x0900000000000000ULL /* Access to the 'stop' 
instruction in privileged non-hypervisor state */
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to