[AVR32] Fix wrong pt_regs in critical exception handler
authorHaavard Skinnemoen <hskinnemoen@atmel.com>
Mon, 3 Dec 2007 17:30:15 +0000 (18:30 +0100)
committerHaavard Skinnemoen <hskinnemoen@atmel.com>
Fri, 7 Dec 2007 13:54:48 +0000 (14:54 +0100)
commit5998a3cf327c90d0a7116eca72c0d2df2be8ecfd
tree28097f22a7fcf7d461d13e790294540c489fa431
parent68ca3e537f12044af05a653fa9d28b4fe80117e8
[AVR32] Fix wrong pt_regs in critical exception handler

It's not like it really matters at this point since the system is
dying anyway, but handle_critical pushes too few registers on the
stack so the register dump, which makes the register dump look a bit
strange. This patch fixes it.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
arch/avr32/kernel/entry-avr32b.S