From e97c38db42733c2115822e42d6aa9446574e2bcc Mon Sep 17 00:00:00 2001 From: Burt P Date: Mon, 10 Jul 2017 00:26:04 -0500 Subject: The rest of processor.c using cpu_util. Those currently not using topology or cpufreq, but could in the future. Signed-off-by: Burt P --- modules/devices/mips/processor.c | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'modules/devices/mips') diff --git a/modules/devices/mips/processor.c b/modules/devices/mips/processor.c index 2bf0e44e..8cb82807 100644 --- a/modules/devices/mips/processor.c +++ b/modules/devices/mips/processor.c @@ -18,18 +18,7 @@ #include "hardinfo.h" #include "devices.h" - -gchar *byte_order_str() { -#if G_BYTE_ORDER == G_LITTLE_ENDIAN - return _("Little Endian"); -#else - return _("Big Endian"); -#endif -} - -#ifndef PROC_CPUINFO -#define PROC_CPUINFO "/proc/cpuinfo" -#endif +#include "cpu_util.h" GSList * processor_scan(void) -- cgit v1.2.3