]> Zhao Yanbai Git Server - minix.git/commit
Some more 64bit function eradication. 10/710/1
authorLukasz Hryniuk <lukequaint@gmail.com>
Wed, 7 Aug 2013 10:17:09 +0000 (12:17 +0200)
committerBen Gras <ben@minix3.org>
Wed, 7 Aug 2013 12:35:53 +0000 (12:35 +0000)
commit06154a34a4ed5bbbafbecff834bf4ee8807fff98
tree38a3c01e842bb53ae5505def0bda141bf9a1b524
parent7c62cdaaa7da93802fff674541e323887f793dbd
Some more 64bit function eradication.

  . Replace 64bit funcions with operators in arch_clock.c
  . Replace 64bit funcions with operators in proc.c
  . Replace 64bit funcions with operators in vbox.c
  . Replace 64bit funcions with operators in driver.c
  . Eradicates is_zero64, make_zero64, neg64

Change-Id: Ie4e1242a73534f114725271b2e2365b2004cb7b9
drivers/filter/driver.c
drivers/vbox/vbox.c
include/minix/u64.h
kernel/arch/earm/arch_clock.c
kernel/arch/i386/arch_clock.c
kernel/arch/i386/arch_watchdog.c
kernel/main.c
kernel/proc.c
kernel/system/do_fork.c