mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-16 15:13:40 +08:00
@@ -34,7 +34,7 @@
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#define smp_processor_id() ((int)rtems_get_current_processor())
|
||||
#define smp_processor_id() ((int)_SMP_Get_current_processor())
|
||||
|
||||
typedef void (*smp_call_func_t)(void *arg);
|
||||
|
||||
|
Reference in New Issue
Block a user