Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67307
b: refs/heads/master
c: 06462d9
h: refs/heads/master
i:
  67305: 51bc4a0
  67303: 9267dbf
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Paul Mackerras committed Sep 13, 2007
1 parent f0d3c0c commit a9567f2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 85d02924a38789be35e83adba32eb6690535cfb0
refs/heads/master: 06462d9263e168da3ecdff5a3d95ed470a91bbdc
9 changes: 9 additions & 0 deletions trunk/include/asm-powerpc/ps3.h
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,9 @@ enum lv1_result {
LV1_INVALID_CLASS_ID = -21,
LV1_CONSTRAINT_NOT_SATISFIED = -22,
LV1_ALIGNMENT_ERROR = -23,
LV1_HARDWARE_ERROR = -24,
LV1_INVALID_DATA_FORMAT = -25,
LV1_INVALID_OPERATION = -26,
LV1_INTERNAL_ERROR = -32768,
};

Expand Down Expand Up @@ -284,6 +287,12 @@ static inline const char* ps3_result(int result)
return "LV1_CONSTRAINT_NOT_SATISFIED (-22)";
case LV1_ALIGNMENT_ERROR:
return "LV1_ALIGNMENT_ERROR (-23)";
case LV1_HARDWARE_ERROR:
return "LV1_HARDWARE_ERROR (-24)";
case LV1_INVALID_DATA_FORMAT:
return "LV1_INVALID_DATA_FORMAT (-25)";
case LV1_INVALID_OPERATION:
return "LV1_INVALID_OPERATION (-26)";
case LV1_INTERNAL_ERROR:
return "LV1_INTERNAL_ERROR (-32768)";
default:
Expand Down

0 comments on commit a9567f2

Please sign in to comment.