Revert "math64: New div64_u64_rem helper"
authorStanislaw Gruszka <sgruszka@redhat.com>
Tue, 30 Apr 2013 09:35:07 +0000 (11:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 19 May 2013 18:38:18 +0000 (11:38 -0700)
commit859a8c0d7865dad5fa818f311ae984fbe5cd5483
treec584809fab59edea37bde2cc797d03ed73ace763
parentf25d7d1c9ba805c3d588ed3bbb336d05cfc1f1de
Revert "math64: New div64_u64_rem helper"

commit f3002134158092178be81339ec5a22ff80e6c308 upstream.

This reverts commit f792685006274a850e6cc0ea9ade275ccdfc90bc.

The cputime scaling code was changed/fixed and does not need the
div64_u64_rem() primitive anymore. It has no other users, so let's
remove them.

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: rostedt@goodmis.org
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Dave Hansen <dave@sr71.net>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1367314507-9728-4-git-send-email-sgruszka@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/math64.h
lib/div64.c