Skip to content

Commit

Permalink
avr32: Define DIE_OOPS
Browse files Browse the repository at this point in the history
Whatever the hell that is. Needed to make kernel/trace/trace.c compile
again.

Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
  • Loading branch information
Haavard Skinnemoen committed Jan 7, 2009
1 parent 30f8825 commit d305d8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/avr32/include/asm/kdebug.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ enum die_val {
DIE_BREAKPOINT,
DIE_SSTEP,
DIE_NMI,
DIE_OOPS,
};

#endif /* __ASM_AVR32_KDEBUG_H */

0 comments on commit d305d8d

Please sign in to comment.