Changeset f74bbaf in mainline for kernel/arch/ppc64/src/ppc64.c


Ignore:
Timestamp:
2007-04-09T06:13:24Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d0b1443
Parents:
261595b
Message:

start shutdown infrastructure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ppc64/src/ppc64.c

    r261595b rf74bbaf  
    129129{
    130130}
     131
    131132/** Return console to userspace
    132133 *
     
    136137}
    137138
     139void arch_reboot(void)
     140{
     141        // TODO
     142        while (1);
     143}
     144
    138145/** @}
    139146 */
Note: See TracChangeset for help on using the changeset viewer.