| To: | <linux-mips@linux-mips.org> |
|---|---|
| Subject: | wait on vr4181 part 2 |
| From: | sseeger@stellartec.com (Steven Seeger) |
| Date: | Mon, 28 Apr 2003 10:16:18 -0700 |
| Importance: | Normal |
| In-reply-to: | <200304281825.09697.wom@tateyama.hu> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Reply-to: | <sseeger@stellartec.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | crosscompile doesn't work :(, Gabor Kerenyi |
|---|---|
| Next by Date: | Re: wait on vr4181 part 2, Jun Sun |
| Previous by Thread: | crosscompile doesn't work :(, Gabor Kerenyi |
| Next by Thread: | Re: wait on vr4181 part 2, Jun Sun |
| Indexes: | [Date] [Thread] [Top] [All Lists] |