diff options
author | 2008-02-25 18:31:57 +0100 | |
---|---|---|
committer | 2008-03-09 08:42:57 +0100 | |
commit | e48af19f56eb47a1f908ee8f16df9d246f955b21 (patch) | |
tree | 39a6769d80f125f6cfd4721a900e4b897ea15fbb /kernel/sched_debug.c | |
parent | x86_64: make ptrace always sign-extend orig_ax to 64 bits (diff) | |
download | linux-rng-e48af19f56eb47a1f908ee8f16df9d246f955b21.tar.xz linux-rng-e48af19f56eb47a1f908ee8f16df9d246f955b21.zip |
ntp: use unsigned input for do_div()
The kernel NTP code shouldn't hand 64-bit *signed* values to do_div(). Make it
instead hand 64-bit unsigned values. This gets rid of a couple of warnings.
Signed-off-by: David Howells <dhowells@redhat.com>
Cc: Roman Zippel <zippel@linux-m68k.org>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: john stultz <johnstul@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'kernel/sched_debug.c')
0 files changed, 0 insertions, 0 deletions