Changeset 91d5ad6 in mainline for arch/ppc32/src/drivers/cuda.c


Ignore:
Timestamp:
2006-03-15T00:55:05Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
286e03d
Parents:
d1e414c
Message:

ppc32: basic exception and interrupt handling

File:
1 edited

Legend:

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

    rd1e414c r91d5ad6  
    5454
    5555
    56 static void cuda_packet(const __u8 data)
     56void cuda_packet(const __u8 data)
    5757{
    5858        cuda[B] = cuda[B] | TIP;
     
    7070
    7171void cpu_halt(void) {
     72#ifdef CONFIG_POWEROFF
    7273        cuda_packet(CUDA_POWERDOWN);
    73        
     74#endif
    7475        cpu_sleep();
    7576}
Note: See TracChangeset for help on using the changeset viewer.