Changeset a71c158 in mainline for kernel/arch/arm32/src/arm32.c
- Timestamp:
- 2009-08-21T14:12:45Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0e6dce8, b50b5af2, e5792d1
- Parents:
- 90c8b8d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/arm32.c
r90c8b8d ra71c158 89 89 interrupt_init(); 90 90 91 #ifdef CONFIG_FB92 machine_fb_init();93 #else94 #ifdef CONFIG_ARM_PRN95 91 machine_output_init(); 96 #endif /* CONFIG_ARM_PRN */97 #endif /* CONFIG_FB */98 92 } 99 93 … … 182 176 } 183 177 184 /** Acquire console back for kernel. */185 void arch_grab_console(void)186 {187 machine_grab_console();188 #ifdef CONFIG_FB189 fb_redraw();190 #endif191 }192 193 /** Return console to userspace. */194 void arch_release_console(void)195 {196 machine_release_console();197 }198 199 178 /** @} 200 179 */
Note:
See TracChangeset
for help on using the changeset viewer.