]> Zhao Yanbai Git Server - minix.git/commit
Use int64 functions consistently
authorArun Thomas <arun@minix3.org>
Sun, 7 Nov 2010 23:35:29 +0000 (23:35 +0000)
committerArun Thomas <arun@minix3.org>
Sun, 7 Nov 2010 23:35:29 +0000 (23:35 +0000)
commitaaaad892442a6b37a14930b4e799e6c764c7bc67
treecd53aaa4db32d3d4425b45acd99b46402eb4b127
parenta575be430d8e59bac8ad6fc0e2e539db57eca08f
Use int64 functions consistently

Instead of manipulating the u64_t type directly, use the
ex64hi()/ex64lo()/make64() functions.
drivers/hello/hello.c
kernel/arch/i386/apic.c
kernel/arch/i386/arch_clock.c
kernel/arch/i386/arch_system.c
kernel/arch/i386/arch_watchdog.c
kernel/debug.c
lib/libc/ansi/malloc-debug.c
lib/libsys/profile.c