Changeset 3ad953c in mainline for kernel/generic/src/console/cmd.c
- Timestamp:
- 2008-12-30T19:55:10Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f58321c4
- Parents:
- 6b21292
- File:
-
- 1 edited
-
kernel/generic/src/console/cmd.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/console/cmd.c
r6b21292 r3ad953c 977 977 { 978 978 printf("The kernel will now relinquish the console.\n"); 979 printf("Use userspace controls to redraw the screen.\n");980 979 arch_release_console(); 980 981 if ((kconsole_notify) && (kconsole_irq.notif_cfg.notify)) 982 ipc_irq_send_msg_0(&kconsole_irq); 983 981 984 return 1; 982 985 }
Note:
See TracChangeset
for help on using the changeset viewer.
