summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2008-02-07 10:01:53 +0100
committerLen Brown <len.brown@intel.com>2008-02-07 10:01:53 +0100
commit81e242d0efafb319938d511b115088a5c4523c91 (patch)
treebe22aa41db2288fd7999524d719f333c766a367f /include
parentMerge branches 'release' and 'fluff' into release (diff)
parentACPI: update intrd DSDT override console messages (diff)
downloadlinux-81e242d0efafb319938d511b115088a5c4523c91.tar.xz
linux-81e242d0efafb319938d511b115088a5c4523c91.zip
Merge branches 'release' and 'dsdt-override' into release
Diffstat (limited to 'include')
-rw-r--r--include/linux/kernel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kernel.h b/include/linux/kernel.h
index 18222f267bc4..9e01f376840a 100644
--- a/include/linux/kernel.h
+++ b/include/linux/kernel.h
@@ -243,6 +243,7 @@ extern enum system_states {
#define TAINT_BAD_PAGE (1<<5)
#define TAINT_USER (1<<6)
#define TAINT_DIE (1<<7)
+#define TAINT_OVERRIDDEN_ACPI_TABLE (1<<8)
extern void dump_stack(void) __cold;