Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6533bded authored by Russ Anderson's avatar Russ Anderson Committed by Tony Luck
Browse files

[IA64] Add se bit to Processor State Parameter structure



Rev 2.2 of Volume 2 of "Intel Itanium Architecture Software Developer's
Manual" (January 2006) adds a se bit to the Processor State Parameter
fields (pages 2:299).  This patch gets the structs back in sync
with the spec.

Signed-off-by: default avatarRuss Anderson <(rja@sgi.com)>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 323cbb09
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -456,7 +456,9 @@ typedef struct pal_process_state_info_s {
						 * by the processor
						 */

			reserved2	: 11,
			se		: 1,	/* Shared error.  MCA in a
						   shared structure */
			reserved2	: 10,
			cc		: 1,	/* Cache check */
			tc		: 1,	/* TLB check */
			bc		: 1,	/* Bus check */