diff options
author | Jack Steiner <steiner@sgi.com> | 2008-03-28 15:12:06 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 11:41:33 -0400 |
commit | ae261868658773538ddda829c50224e5851c2342 (patch) | |
tree | c6176e3c2bffae7307f32900a723e49efb2d6246 /arch/x86/kernel/acpi | |
parent | 05f2d12c3563dea8c81b301f9f3cf7919af23b13 (diff) |
x86: add functions to determine if platform is a UV platform
Add functions that can be used to determine if an x86_64
system is a SGI "UV" system. UV systems come in 3 types and
are identified by the OEM ID in the MADT.
Signed-off-by: Jack Steiner <steiner@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/acpi')
-rw-r--r-- | arch/x86/kernel/acpi/boot.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/x86/kernel/acpi/boot.c b/arch/x86/kernel/acpi/boot.c index e277c370246d..05878ac934db 100644 --- a/arch/x86/kernel/acpi/boot.c +++ b/arch/x86/kernel/acpi/boot.c | |||
@@ -56,9 +56,7 @@ EXPORT_SYMBOL(acpi_disabled); | |||
56 | #ifdef CONFIG_X86_64 | 56 | #ifdef CONFIG_X86_64 |
57 | 57 | ||
58 | #include <asm/proto.h> | 58 | #include <asm/proto.h> |
59 | 59 | #include <asm/genapic.h> | |
60 | static inline int acpi_madt_oem_check(char *oem_id, char *oem_table_id) { return 0; } | ||
61 | |||
62 | 60 | ||
63 | #else /* X86 */ | 61 | #else /* X86 */ |
64 | 62 | ||