Skip to content
Commit e8200baa authored by Chris Metcalf's avatar Chris Metcalf
Browse files

tile: fix "odd fault" warning for stack backtraces



We were setting ex1 in new kernel threads to KERNEL_PL.
But since we just do a simple context-switch, not an iret,
any value set here is ignored anyway, and its presence causes
stack backtraces to end with a warning about an "odd fault".

Signed-off-by: default avatarChris Metcalf <cmetcalf@ezchip.com>
parent 9a5d2cbe
Loading
Loading
Loading
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