Merge branches 'release' and 'dsdt-override' into release

This commit is contained in:
Len Brown
2008-02-07 04:01:53 -05:00
9 changed files with 187 additions and 9 deletions
+1
View File
@@ -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;