Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43331
b: refs/heads/master
c: 323cbb0
h: refs/heads/master
i:
  43329: 03d14c8
  43327: 7c15dbb
v: v3
  • Loading branch information
Russ Anderson authored and Tony Luck committed Dec 7, 2006
1 parent 1111a01 commit d060278
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c69577711a8fd232e6b309c3e99f9a8f96f63082
refs/heads/master: 323cbb09917024cab522bc7ce5c343659cbe8818
8 changes: 5 additions & 3 deletions trunk/include/asm-ia64/pal.h
Original file line number Diff line number Diff line change
Expand Up @@ -487,10 +487,12 @@ typedef struct pal_cache_check_info_s {
* error occurred
*/
wiv : 1, /* Way field valid */
reserved2 : 10,
reserved2 : 1,
dp : 1, /* Data poisoned on MBE */
reserved3 : 8,

index : 20, /* Cache line index */
reserved3 : 2,
reserved4 : 2,

is : 1, /* instruction set (1 == ia32) */
iv : 1, /* instruction set field valid */
Expand Down Expand Up @@ -557,7 +559,7 @@ typedef struct pal_bus_check_info_s {
type : 8, /* Bus xaction type*/
sev : 5, /* Bus error severity*/
hier : 2, /* Bus hierarchy level */
reserved1 : 1,
dp : 1, /* Data poisoned on MBE */
bsi : 8, /* Bus error status
* info
*/
Expand Down

0 comments on commit d060278

Please sign in to comment.