diff options
-rw-r--r-- | lib/rbtree_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbtree_test.c b/lib/rbtree_test.c index 19dfca9ff7d7..fd09465d82ca 100644 --- a/lib/rbtree_test.c +++ b/lib/rbtree_test.c | |||
@@ -88,7 +88,7 @@ static int rbtree_test_init(void) | |||
88 | 88 | ||
89 | printk(KERN_ALERT "rbtree testing"); | 89 | printk(KERN_ALERT "rbtree testing"); |
90 | 90 | ||
91 | prandom32_seed(&rnd, 3141592653589793238); | 91 | prandom32_seed(&rnd, 3141592653589793238ULL); |
92 | init(); | 92 | init(); |
93 | 93 | ||
94 | time1 = get_cycles(); | 94 | time1 = get_cycles(); |