summaryrefslogtreecommitdiffstats
path: root/schedsim/shell/shared/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'schedsim/shell/shared/commands.c')
-rw-r--r--schedsim/shell/shared/commands.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/schedsim/shell/shared/commands.c b/schedsim/shell/shared/commands.c
index 457ec9f..483c7ef 100644
--- a/schedsim/shell/shared/commands.c
+++ b/schedsim/shell/shared/commands.c
@@ -34,6 +34,7 @@ extern rtems_shell_cmd_t rtems_shell_TASK_WAKE_AFTER_Command;
#if RTEMS_SMP
extern rtems_shell_cmd_t rtems_shell_TASK_GET_AFFINITY_Command;
extern rtems_shell_cmd_t rtems_shell_TASK_SET_AFFINITY_Command;
+ extern rtems_shell_cmd_t rtems_shell_CURRENT_CPU_Command;
#endif
extern rtems_shell_cmd_t rtems_shell_CLOCK_TICK_Command;
@@ -65,6 +66,7 @@ rtems_shell_cmd_t *rtems_shell_Initial_commands[] = {
#if RTEMS_SMP
&rtems_shell_TASK_GET_AFFINITY_Command,
&rtems_shell_TASK_SET_AFFINITY_Command,
+ &rtems_shell_CURRENT_CPU_Command,
#endif
&rtems_shell_CLOCK_TICK_Command,