]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/kernel.h
Staging: add TAINT_CRAP for all drivers/staging code
[linux-2.6-omap-h63xx.git] / include / linux / kernel.h
index 2651f805ba6d771b9ec1f26078609aebdb198853..b36805cb95fb87ef72377fcace0559662bdd9607 100644 (file)
@@ -260,6 +260,7 @@ extern enum system_states {
 #define TAINT_DIE                      (1<<7)
 #define TAINT_OVERRIDDEN_ACPI_TABLE    (1<<8)
 #define TAINT_WARN                     (1<<9)
+#define TAINT_CRAP                     (1<<10)
 
 extern void dump_stack(void) __cold;