Re: Strange interrupt behaviour
Alan Cox (alan@lxorguk.ukuu.org.uk)
Sun, 12 Jul 1998 17:04:27 +0100 (BST)
> The problem is smp_processor_id(). It is one of the first functions
> evaluated in the interrupt entry code, and it is - surprise, surprise -
> defined as (current->processor). I have not checked whether there are
> other interactions like this in e.g. the spinlock code too.
So you need a fake "current" on the end of the irq pages for each CPU -ok
Alan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html