summaryrefslogtreecommitdiffstats
path: root/sys/mips/include/hwfunc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/mips/include/hwfunc.h')
-rw-r--r--sys/mips/include/hwfunc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/mips/include/hwfunc.h b/sys/mips/include/hwfunc.h
index fd89953..683aedb 100644
--- a/sys/mips/include/hwfunc.h
+++ b/sys/mips/include/hwfunc.h
@@ -89,9 +89,9 @@ void platform_ipi_clear(void);
extern int platform_processor_id(void);
/*
- * Return the number of processors available on this platform.
+ * Return the cpumask of available processors.
*/
-extern int platform_num_processors(void);
+extern cpumask_t platform_cpu_mask(void);
/*
* Return the topology of processors on this platform
OpenPOWER on IntegriCloud