From: Chris Metcalf Date: Thu, 7 May 2015 18:34:59 +0000 (-0400) Subject: tile: fix "odd fault" warning for stack backtraces X-Git-Tag: omap-for-v4.2/fixes-rc1^2~65^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8200baa2fd2e9c4bc7abd824a9e675d914e54a0;p=pandora-kernel.git 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 --- Reading git-diff-tree failed