commit | e8200baa2fd2e9c4bc7abd824a9e675d914e54a0 | [log] [tgz] |
---|---|---|
author | Chris Metcalf <cmetcalf@ezchip.com> | Thu May 07 14:34:59 2015 -0400 |
committer | Chris Metcalf <cmetcalf@ezchip.com> | Mon May 11 11:22:37 2015 -0400 |
tree | 15f8d8ddcbb284afae5b6f3000743c28209f3314 | |
parent | 9a5d2cbe6a1623dadfd93007382b0d12d6bac894 [diff] |
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: Chris Metcalf <cmetcalf@ezchip.com>