From 6decd63acacb3b8de81ccc435cf9acea8b6bdfeb Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Tue, 5 May 2015 02:27:02 +0200 Subject: [PATCH] rhashtable-test: Fix 64bit division A 64bit division went in unnoticed. Use do_div() to accomodate non 64bit architectures. Reported-by: kbuild test robot Fixes: 1aa661f5c3df ("rhashtable-test: Measure time to insert, remove & traverse entries") Signed-off-by: Thomas Graf Signed-off-by: David S. Miller --- Reading git-format-patch failed