Skip to content
Snippets Groups Projects
Commit da9bc726 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[MIPS] SMTC: Don't set and restore irqregs ptr from self_ipi.


This did corrupt register s0 which the caller of self_ipi expects to
be unchanged.  This is a kernel bug which will only be triggered with
the compilers which compile __smtc_ipi_replay to use s0 across the
invocation of self_ipi. Gcc 4.1.2 does this, for example.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent fbf6ede2
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment