Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sparc64: Block NMIs in critical section of context switch.
In these instructions we load the new thread register, switch the register window, and setup the new frame pointer. All of these must appear atomic, and things will explode if we take a PIL=15 NMI interrupt in the middle of this sequence. Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information