From: sseeger@stellartec.com (Steven Seeger)
To: <linux-mips@linux-mips.org>
Subject: wait on vr4181 part 2
Date: Mon, 28 Apr 2003 10:16:18 -0700 [thread overview]
Message-ID: <089f01c30da9$e237d5d0$3501a8c0@wssseeger> (raw)
In-Reply-To: <200304281825.09697.wom@tateyama.hu>
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
WARNING: multiple messages have this Message-ID (diff)
From: sseeger@stellartec.com (Steven Seeger)
To: linux-mips@linux-mips.org
Subject: wait on vr4181 part 2
Date: Mon, 28 Apr 2003 10:16:18 -0700 [thread overview]
Message-ID: <089f01c30da9$e237d5d0$3501a8c0@wssseeger> (raw)
Message-ID: <20030428171618.YYkw_mXQCz0DSWc1T64mLXUBZbRcBCj6mcosJrlc70s@z> (raw)
In-Reply-To: <200304281825.09697.wom@tateyama.hu>
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
next prev parent reply other threads:[~2003-04-28 17:10 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-28 16:25 crosscompile doesn't work :( Gabor Kerenyi
2003-04-28 17:16 ` Steven Seeger [this message]
2003-04-28 17:16 ` wait on vr4181 part 2 Steven Seeger
2003-04-28 17:24 ` Jun Sun
2003-04-28 19:47 ` crosscompile doesn't work :( Jeff Baitis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='089f01c30da9$e237d5d0$3501a8c0@wssseeger' \
--to=sseeger@stellartec.com \
--cc=linux-mips@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.