From: Haavard Skinnemoen Date: Thu, 1 Mar 2007 09:37:35 +0000 (+0100) Subject: [AVR32] Fix bogus ti->flags manipulation in debug handler X-Git-Tag: v2.6.21-rc4~102^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a19b4a14053f24e2df93b6bcc72ed1086cce0de4;p=pandora-kernel.git [AVR32] Fix bogus ti->flags manipulation in debug handler We should OR in a bitmask, not a bit offset, into ti->flags. This might fix some strange behaviour when single stepping. Also, use set_ti_thread_flag() to manipulate the flags to avoid surprises in the future. Signed-off-by: Haavard Skinnemoen --- Reading git-diff-tree failed