Changeset f74bbaf in mainline for kernel/arch/ppc64/src/ppc64.c
- Timestamp:
- 2007-04-09T06:13:24Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d0b1443
- Parents:
- 261595b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc64/src/ppc64.c
r261595b rf74bbaf 129 129 { 130 130 } 131 131 132 /** Return console to userspace 132 133 * … … 136 137 } 137 138 139 void arch_reboot(void) 140 { 141 // TODO 142 while (1); 143 } 144 138 145 /** @} 139 146 */
Note:
See TracChangeset
for help on using the changeset viewer.