Commit 28d75309 authored by Michel Lespinasse's avatar Michel Lespinasse Committed by Linus Torvalds

rbtree test: fix sparse warning about 64-bit constant

Just a small fix to make sparse happy.
Signed-off-by: default avatarMichel Lespinasse <walken@google.com>
Reported-by: default avatarFengguang Wu <wfg@linux.intel.com>
Acked-by: default avatarRik van Riel <riel@redhat.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Andrea Arcangeli <aarcange@redhat.com>
Cc: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 59633abf
......@@ -88,7 +88,7 @@ static int rbtree_test_init(void)
printk(KERN_ALERT "rbtree testing");
prandom32_seed(&rnd, 3141592653589793238);
prandom32_seed(&rnd, 3141592653589793238ULL);
init();
time1 = get_cycles();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment