Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57854
b: refs/heads/master
c: bd19723
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner authored and Linus Torvalds committed Jun 18, 2007
1 parent b01e9a5 commit f29c79a
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 460 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: 188e1f81ba31af1b65a2f3611df4c670b092bbac
refs/heads/master: bd197234b0a616c8f04f6b682326a5a24b33ca92
9 changes: 1 addition & 8 deletions trunk/include/linux/futex.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ union ktime;
#define FUTEX_LOCK_PI 6
#define FUTEX_UNLOCK_PI 7
#define FUTEX_TRYLOCK_PI 8
#define FUTEX_CMP_REQUEUE_PI 9

#define FUTEX_PRIVATE_FLAG 128
#define FUTEX_CMD_MASK ~FUTEX_PRIVATE_FLAG
Expand Down Expand Up @@ -97,15 +96,10 @@ struct robust_list_head {
*/
#define FUTEX_OWNER_DIED 0x40000000

/*
* Some processes have been requeued on this PI-futex
*/
#define FUTEX_WAITER_REQUEUED 0x20000000

/*
* The rest of the robust-futex field is for the TID:
*/
#define FUTEX_TID_MASK 0x0fffffff
#define FUTEX_TID_MASK 0x3fffffff

/*
* This limit protects against a deliberately circular list.
Expand Down Expand Up @@ -139,7 +133,6 @@ handle_futex_death(u32 __user *uaddr, struct task_struct *curr, int pi);
#define FUT_OFF_MMSHARED 2 /* We set bit 1 if key has a reference on mm */

union futex_key {
u32 __user *uaddr;
struct {
unsigned long pgoff;
struct inode *inode;
Expand Down
Loading

0 comments on commit f29c79a

Please sign in to comment.