diff --git a/usr.bin/top/loadavg.h b/usr.bin/top/loadavg.h index 35f9658ad00e..7981cf0c74cf 100644 --- a/usr.bin/top/loadavg.h +++ b/usr.bin/top/loadavg.h @@ -14,20 +14,6 @@ * $FreeBSD$ */ -/* - * We assume that if FSCALE is defined, then avenrun and ccpu are type long. - * If your machine is an exception (mips, perhaps?) then make adjustments - * here. - * - * Defined types: load_avg for load averages, pctcpu for cpu percentages. - */ -#if defined(__mips__) && defined(__FreeBSD__) -# include -# if defined(FBITS) && !defined(FSCALE) -# define FSCALE (1 << FBITS) /* RISC/os on mips */ -# endif -#endif - #define FIXED_LOADAVG FSCALE #define FIXED_PCTCPU FSCALE