commit | df679771ce6a6bf57012459fbd15c981deaee526 | [log] [tgz] |
---|---|---|
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | Tue Nov 27 18:59:32 2007 +0100 |
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | Fri Dec 07 14:52:33 2007 +0100 |
tree | 84abd309e78e3b6e8f6a20b759f7c50cd66a660c | |
parent | 702f22b306c8357b3ef5012b5a8ce062e1d11b4e [diff] |
[AVR32] Fix invalid status register bit definitions in asm/ptrace.h 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>