diff options
author | Len Brown <len.brown@intel.com> | 2007-03-09 23:17:39 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-03-09 23:17:39 -0500 |
commit | c207908fcc451e31d7fbba31541bd04f93787eb4 (patch) | |
tree | 8b320d98527591e505d8408ab1f8b0f9fc8ff972 /arch/ia64/sn/kernel/setup.c | |
parent | a967e127d0233f2472af64597de3f3920872310c (diff) | |
parent | 3fd0b2d9ad7612f249e5516d887ab7c61b24ddb9 (diff) |
Pull altix into release branch
Diffstat (limited to 'arch/ia64/sn/kernel/setup.c')
-rw-r--r-- | arch/ia64/sn/kernel/setup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/ia64/sn/kernel/setup.c b/arch/ia64/sn/kernel/setup.c index 8571e52c2ef..bd5373d593e 100644 --- a/arch/ia64/sn/kernel/setup.c +++ b/arch/ia64/sn/kernel/setup.c @@ -397,6 +397,8 @@ void __init sn_setup(char **cmdline_p) ia64_sn_set_os_feature(OSF_PCISEGMENT_ENABLE); ia64_sn_set_os_feature(OSF_ACPI_ENABLE); + /* Load the new DSDT and SSDT tables into the global table list. */ + acpi_table_init(); #if defined(CONFIG_VT) && defined(CONFIG_VGA_CONSOLE) /* |