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:
702f22b
)
[AVR32] Fix invalid status register bit definitions in asm/ptrace.h
author
Haavard Skinnemoen
<hskinnemoen@atmel.com>
Tue, 27 Nov 2007 17:59:32 +0000
(18:59 +0100)
committer
Haavard Skinnemoen
<hskinnemoen@atmel.com>
Fri, 7 Dec 2007 13:52:33 +0000
(14:52 +0100)
The 'H' bit is bit 29, while the 'R' bit doesn't exist. Luckily, we
don't actually use any of the bits in question.
Also update show_regs() to show the Debug Mask and Debug state bits.
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
No differences found