If there is no wait, then what's that in arch/mips/vr4181/osprey/reset.c ? void nec_osprey_halt(void) { printk("KERN_NOTICE "\n** You can safely turn off the power.\n"); while(1) __asm__(".set\tmips3\n\t" "wait\n\t" ".set\tmips0"); } Steve
If there is no wait, then what's that in arch/mips/vr4181/osprey/reset.c ? void nec_osprey_halt(void) { printk("KERN_NOTICE "\n** You can safely turn off the power.\n"); while(1) __asm__(".set\tmips3\n\t" "wait\n\t" ".set\tmips0"); } Steve