aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ia64/pal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ia64/pal.h')
-rw-r--r--include/asm-ia64/pal.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/asm-ia64/pal.h b/include/asm-ia64/pal.h
index 4283ddcc25fb..b6d4f6f0c3c8 100644
--- a/include/asm-ia64/pal.h
+++ b/include/asm-ia64/pal.h
@@ -487,10 +487,12 @@ typedef struct pal_cache_check_info_s {
487 * error occurred 487 * error occurred
488 */ 488 */
489 wiv : 1, /* Way field valid */ 489 wiv : 1, /* Way field valid */
490 reserved2 : 10, 490 reserved2 : 1,
491 dp : 1, /* Data poisoned on MBE */
492 reserved3 : 8,
491 493
492 index : 20, /* Cache line index */ 494 index : 20, /* Cache line index */
493 reserved3 : 2, 495 reserved4 : 2,
494 496
495 is : 1, /* instruction set (1 == ia32) */ 497 is : 1, /* instruction set (1 == ia32) */
496 iv : 1, /* instruction set field valid */ 498 iv : 1, /* instruction set field valid */
@@ -557,7 +559,7 @@ typedef struct pal_bus_check_info_s {
557 type : 8, /* Bus xaction type*/ 559 type : 8, /* Bus xaction type*/
558 sev : 5, /* Bus error severity*/ 560 sev : 5, /* Bus error severity*/
559 hier : 2, /* Bus hierarchy level */ 561 hier : 2, /* Bus hierarchy level */
560 reserved1 : 1, 562 dp : 1, /* Data poisoned on MBE */
561 bsi : 8, /* Bus error status 563 bsi : 8, /* Bus error status
562 * info 564 * info
563 */ 565 */