Skip to content

Commit

Permalink
asm-generic: define DIE_OOPS in asm-generic
Browse files Browse the repository at this point in the history
Impact: build fix

DIE_OOPS is now used in the generic trace handling code so it needs to
be defined for all architectures.  Define it in asm-generic so that it's
available to all by default and doesn't cause build errors for
architectures that rely on the generic implementation.

Signed-off-by: Jonas Bonn <jonas.bonn@gmail.com>
Acked-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Jonas Bonn authored and Ingo Molnar committed Oct 27, 2008
1 parent e2862c9 commit 5209f08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-generic/kdebug.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

enum die_val {
DIE_UNUSED,
DIE_OOPS=1
};

#endif /* _ASM_GENERIC_KDEBUG_H */

0 comments on commit 5209f08

Please sign in to comment.