Changeset 91d5ad6 in mainline for arch/ppc32/src/drivers/cuda.c
- Timestamp:
- 2006-03-15T00:55:05Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 286e03d
- Parents:
- d1e414c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/src/drivers/cuda.c
rd1e414c r91d5ad6 54 54 55 55 56 staticvoid cuda_packet(const __u8 data)56 void cuda_packet(const __u8 data) 57 57 { 58 58 cuda[B] = cuda[B] | TIP; … … 70 70 71 71 void cpu_halt(void) { 72 #ifdef CONFIG_POWEROFF 72 73 cuda_packet(CUDA_POWERDOWN); 73 74 #endif 74 75 cpu_sleep(); 75 76 }
Note:
See TracChangeset
for help on using the changeset viewer.