diff options
Diffstat (limited to 'modules/devices/sh/processor.c')
-rw-r--r-- | modules/devices/sh/processor.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/devices/sh/processor.c b/modules/devices/sh/processor.c index 3f91efbd..a2018ff8 100644 --- a/modules/devices/sh/processor.c +++ b/modules/devices/sh/processor.c @@ -27,7 +27,9 @@ gchar *byte_order_str() { #endif } +#ifndef PROC_CPUINFO #define PROC_CPUINFO "/proc/cpuinfo" +#endif GSList * processor_scan(void) |