From: Haavard Skinnemoen Date: Tue, 27 Nov 2007 17:59:32 +0000 (+0100) Subject: [AVR32] Fix invalid status register bit definitions in asm/ptrace.h X-Git-Tag: v2.6.24-rc5~51^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df679771ce6a6bf57012459fbd15c981deaee526;p=pandora-kernel.git [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 --- Reading git-diff-tree failed