Changeset 149d14e5 in mainline for kernel/arch/amd64/src/amd64.c
- Timestamp:
- 2009-04-06T16:18:41Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 13a638d
- Parents:
- 415d272
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/src/amd64.c
r415d272 r149d14e5 282 282 } 283 283 284 void arch_reboot(void) 285 { 286 #ifdef CONFIG_PC_KBD 287 i8042_cpu_reset((i8042_t *) I8042_BASE); 288 #endif 289 } 290 284 291 /** @} 285 292 */
Note:
See TracChangeset
for help on using the changeset viewer.