Remove some usage of 64bit functions (minix/u64.h)

. Removed the usage of 64 bit functions in top.c. Compiles successfully.
. Scaling 64 bit values to 32 bit is removed.
. Retain make64 instead of using | with shift.
. Add order cycling display
This commit is contained in:
Prasanna Kumar T S M
2012-10-15 18:24:30 +02:00
committed by Ben Gras
parent 2e26c872c4
commit 8de781761f
6 changed files with 54 additions and 73 deletions
-1
View File
@@ -18,7 +18,6 @@
#include <minix/config.h>
#include <minix/const.h>
#include <minix/partition.h>
#include <minix/u64.h>
#include <machine/partition.h>
#include <termios.h>
#include <stdarg.h>