aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuss Anderson <rja@sgi.com>2006-10-26 12:53:17 -0400
committerTony Luck <tony.luck@intel.com>2006-12-07 14:02:53 -0500
commit6533bdedac9ae2049ae77ebd7c28c65af3619de0 (patch)
tree03ec755db1d5bf0589e9c9382b5dd1fb6ce6ed9a
parent323cbb09917024cab522bc7ce5c343659cbe8818 (diff)
[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: Russ Anderson (rja@sgi.com) Signed-off-by: Tony Luck <tony.luck@intel.com>
-rw-r--r--include/asm-ia64/pal.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-ia64/pal.h b/include/asm-ia64/pal.h
index b6d4f6f0c3c8..7423b10e8935 100644
--- a/include/asm-ia64/pal.h
+++ b/include/asm-ia64/pal.h
@@ -456,7 +456,9 @@ typedef struct pal_process_state_info_s {
456 * by the processor 456 * by the processor
457 */ 457 */
458 458
459 reserved2 : 11, 459 se : 1, /* Shared error. MCA in a
460 shared structure */
461 reserved2 : 10,
460 cc : 1, /* Cache check */ 462 cc : 1, /* Cache check */
461 tc : 1, /* TLB check */ 463 tc : 1, /* TLB check */
462 bc : 1, /* Bus check */ 464 bc : 1, /* Bus check */