Messages in this thread |  | | Date | Mon, 9 Oct 2000 13:17:26 +0200 | From | Ralf Baechle <> | Subject | Re: Calling current() from interrupt context |
| |
On Sun, Oct 08, 2000 at 09:27:09PM +0100, Kenn Humborg wrote:
> I'm working on the VAX port and the reason I ask is that the > VAX has separate stack pointers for user, kernel and interrupt > contexts. Therefore, the current = (SP & ~8192) hack will give > completely bogus results when handling an interrupt.
I think you mean current = (sp & ~8191) ...
Ralf - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |