Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sparc64: Fix hardirq tracing in trap return path.
We can overflow the hardirq stack if we set the %pil here so early, just let the normal control flow do it. This is fine as we are allowed to do the actual IRQ enable at any point after we call trace_hardirqs_on. Signed-off-by: David S. Miller <[email protected]>
- Loading branch information