Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27940
b: refs/heads/master
c: e977145
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed Apr 21, 2006
1 parent 8e473fd commit c022c57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 55a981027fc393c86de2c4e7836c9515088a9a58
refs/heads/master: e977145aeaad23d443686f2a2d5b32800d1607c5
3 changes: 2 additions & 1 deletion trunk/include/linux/rbtree.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ struct rb_node
#define RB_BLACK 1
struct rb_node *rb_right;
struct rb_node *rb_left;
};
} __attribute__((aligned(sizeof(long))));
/* The alignment might seem pointless, but allegedly CRIS needs it */

struct rb_root
{
Expand Down

0 comments on commit c022c57

Please sign in to comment.