[AVR32] Fix invalid status register bit definitions in asm/ptrace.h
authorHaavard Skinnemoen <hskinnemoen@atmel.com>
Tue, 27 Nov 2007 17:59:32 +0000 (18:59 +0100)
committerHaavard 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