diff options
author | Andi Kleen <ak@suse.de> | 2006-05-03 22:54:57 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-05-03 23:05:31 -0400 |
commit | f0ec5e39765cd254d436a6d86e211d81795952a4 (patch) | |
tree | 1aad5506c0e758950990b9153754200b67389921 /arch | |
parent | 30d55280b867aa0cae99f836ad0181bb0bf8f9cb (diff) |
[PATCH] Remove wrong cpu_has_apic checks that came from mismerging
We only need to check cpu_has_apic in the IO-APIC/L-APIC parsing, not for
all of ACPI.
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/i386/kernel/acpi/boot.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/i386/kernel/acpi/boot.c b/arch/i386/kernel/acpi/boot.c index 4c785a67d585..40e5aba3ad3d 100644 --- a/arch/i386/kernel/acpi/boot.c +++ b/arch/i386/kernel/acpi/boot.c | |||
@@ -1102,9 +1102,6 @@ int __init acpi_boot_table_init(void) | |||
1102 | dmi_check_system(acpi_dmi_table); | 1102 | dmi_check_system(acpi_dmi_table); |
1103 | #endif | 1103 | #endif |
1104 | 1104 | ||
1105 | if (!cpu_has_apic) | ||
1106 | return -ENODEV; | ||
1107 | |||
1108 | /* | 1105 | /* |
1109 | * If acpi_disabled, bail out | 1106 | * If acpi_disabled, bail out |
1110 | * One exception: acpi=ht continues far enough to enumerate LAPICs | 1107 | * One exception: acpi=ht continues far enough to enumerate LAPICs |
@@ -1151,9 +1148,6 @@ int __init acpi_boot_init(void) | |||
1151 | 1148 | ||
1152 | acpi_table_parse(ACPI_BOOT, acpi_parse_sbf); | 1149 | acpi_table_parse(ACPI_BOOT, acpi_parse_sbf); |
1153 | 1150 | ||
1154 | if (!cpu_has_apic) | ||
1155 | return -ENODEV; | ||
1156 | |||
1157 | /* | 1151 | /* |
1158 | * set sci_int and PM timer address | 1152 | * set sci_int and PM timer address |
1159 | */ | 1153 | */ |