Browse Source

avr32: Define DIE_OOPS

Whatever the hell that is. Needed to make kernel/trace/trace.c compile
again.

Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
Haavard Skinnemoen 16 years ago
parent
commit
d305d8d349
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/avr32/include/asm/kdebug.h

+ 1 - 0
arch/avr32/include/asm/kdebug.h

@@ -6,6 +6,7 @@ enum die_val {
 	DIE_BREAKPOINT,
 	DIE_SSTEP,
 	DIE_NMI,
+	DIE_OOPS,
 };
 
 #endif /* __ASM_AVR32_KDEBUG_H */