projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
asm-generic: define DIE_OOPS in asm-generic
[linux-2.6.git]
/
include
/
asm-generic
/
kdebug.h
diff --git
a/include/asm-generic/kdebug.h
b/include/asm-generic/kdebug.h
index
2b799c9
..
11e57b6
100644
(file)
--- a/
include/asm-generic/kdebug.h
+++ b/
include/asm-generic/kdebug.h
@@
-3,6
+3,7
@@
enum die_val {
DIE_UNUSED,
+ DIE_OOPS=1
};
#endif /* _ASM_GENERIC_KDEBUG_H */