Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Apr 2018 19:33:05 +0000 (UTC)
From:      Justin Hibbits <jhibbits@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r332299 - head/sys/powerpc/include
Message-ID:  <201804081933.w38JX5fl095974@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804081933.w38JX5fl095974>