Changeset 9a68b34d in mainline for arch/ppc32/src/drivers/cuda.c


Ignore:
Timestamp:
2006-05-01T19:32:59Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7dd1787
Parents:
16dad032
Message:

PHT Refill handler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/src/drivers/cuda.c

    r16dad032 r9a68b34d  
    7272#ifdef CONFIG_POWEROFF
    7373        cuda_packet(CUDA_POWERDOWN);
     74#else
     75        asm volatile (
     76                "b 0\n"
     77        );
    7478#endif
    7579        cpu_sleep();
Note: See TracChangeset for help on using the changeset viewer.