git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfa4f55
)
[AVR32] Fix bogus ti->flags manipulation in debug handler
author
Haavard Skinnemoen
<hskinnemoen@atmel.com>
Thu, 1 Mar 2007 09:37:35 +0000
(10:37 +0100)
committer
Haavard Skinnemoen
<hskinnemoen@atmel.com>
Wed, 7 Mar 2007 09:50:28 +0000
(10:50 +0100)
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 <hskinnemoen@atmel.com>
No differences found