Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1268 → Rev 1269

/kernel/trunk/arch/ppc32/src/drivers/cuda.c
71,6 → 71,10
void cpu_halt(void) {
#ifdef CONFIG_POWEROFF
cuda_packet(CUDA_POWERDOWN);
#else
asm volatile (
"b 0\n"
);
#endif
cpu_sleep();
}