Changeset 253f35a1 in mainline for kernel/arch/sparc64/src/sparc64.c
- Timestamp:
- 2006-09-07T19:56:44Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ab1ae2d9
- Parents:
- 801579fe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/sparc64.c
r801579fe r253f35a1 94 94 } 95 95 96 /** Acquire console back for kernel97 *98 */99 void arch_grab_console(void)100 {101 }102 /** Return console to userspace103 *104 */105 void arch_release_console(void)106 {107 }108 109 96 /** Switch to userspace. */ 110 97 void userspace(uspace_arg_t *kernel_uarg)
Note:
See TracChangeset
for help on using the changeset viewer.