Rev 3707 | Rev 3844 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3707 | Rev 3761 | ||
---|---|---|---|
Line 974... | Line 974... | ||
974 | * return Always 1. |
974 | * return Always 1. |
975 | */ |
975 | */ |
976 | int cmd_continue(cmd_arg_t *argv) |
976 | int cmd_continue(cmd_arg_t *argv) |
977 | { |
977 | { |
978 | printf("The kernel will now relinquish the console.\n"); |
978 | printf("The kernel will now relinquish the console.\n"); |
979 | printf("Use userspace controls to redraw the screen.\n"); |
- | |
980 | arch_release_console(); |
979 | arch_release_console(); |
- | 980 | ||
- | 981 | if ((kconsole_notify) && (kconsole_irq.notif_cfg.notify)) |
|
- | 982 | ipc_irq_send_msg_0(&kconsole_irq); |
|
- | 983 | ||
981 | return 1; |
984 | return 1; |
982 | } |
985 | } |
983 | 986 | ||
984 | #ifdef CONFIG_TEST |
987 | #ifdef CONFIG_TEST |
985 | /** Command for printing kernel tests list. |
988 | /** Command for printing kernel tests list. |