Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38450
b: refs/heads/master
c: 75cfef3
h: refs/heads/master
v: v3
  • Loading branch information
Josh Triplett authored and Linus Torvalds committed Oct 4, 2006
1 parent ba05c78 commit e7c3085
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 2860aaba4dc87fa43c08724434b87a8650f3bff5
refs/heads/master: 75cfef32f26d03f5d0a0833572d52f94ad858a36
4 changes: 2 additions & 2 deletions trunk/kernel/rcutorture.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ rcu_torture_free(struct rcu_torture *p)

struct rcu_random_state {
unsigned long rrs_state;
unsigned long rrs_count;
long rrs_count;
};

#define RCU_RANDOM_MULT 39916801 /* prime */
Expand All @@ -160,7 +160,7 @@ struct rcu_random_state {
* Crude but fast random-number generator. Uses a linear congruential
* generator, with occasional help from get_random_bytes().
*/
static long
static unsigned long
rcu_random(struct rcu_random_state *rrsp)
{
long refresh;
Expand Down

0 comments on commit e7c3085

Please sign in to comment.