Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18317
b: refs/heads/master
c: 43ccf20
h: refs/heads/master
i:
  18315: 8fca2ba
v: v3
  • Loading branch information
Dave C Boutcher authored and Paul Mackerras committed Jan 13, 2006
1 parent c3e29bd commit 4bee818
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 9e1c72a4e465ceb2c4c6e2dfc0584a59bec5c2c9
refs/heads/master: 43ccf202214067f12af5d7a6e144e18bb35553a9
5 changes: 5 additions & 0 deletions trunk/include/asm-powerpc/hvcall.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@

#define H_Success 0
#define H_Busy 1 /* Hardware busy -- retry later */
#define H_Closed 2 /* Resource closed */
#define H_Constrained 4 /* Resource request constrained to max allowed */
#define H_InProgress 14 /* Kind of like busy */
#define H_Continue 18 /* Returned from H_Join on success */
#define H_LongBusyStartRange 9900 /* Start of long busy range */
#define H_LongBusyOrder1msec 9900 /* Long busy, hint that 1msec is a good time to retry */
#define H_LongBusyOrder10msec 9901 /* Long busy, hint that 10msec is a good time to retry */
Expand Down Expand Up @@ -114,6 +117,8 @@
#define H_REGISTER_VTERM 0x154
#define H_FREE_VTERM 0x158
#define H_POLL_PENDING 0x1D8
#define H_JOIN 0x298
#define H_ENABLE_CRQ 0x2B0

#ifndef __ASSEMBLY__

Expand Down

0 comments on commit 4bee818

Please sign in to comment.