* [PATCH 2.6.14-rc1] fix typo in acpi_register_ioapic()
@ 2005-09-13 6:49 Kenji Kaneshige
0 siblings, 0 replies; only message in thread
From: Kenji Kaneshige @ 2005-09-13 6:49 UTC (permalink / raw)
To: linux-ia64
Hi,
I found a typo in acpi_register_ioapic(). The following patch
fixes this.
Thanks,
Kenji Kaneshige
This patch fixes the typo in acpi_register_ioapic().
Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
arch/ia64/kernel/acpi.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: linux-2.6.14-rc1/arch/ia64/kernel/acpi.c
=================================--- linux-2.6.14-rc1.orig/arch/ia64/kernel/acpi.c
+++ linux-2.6.14-rc1/arch/ia64/kernel/acpi.c
@@ -899,7 +899,7 @@ int acpi_register_ioapic(acpi_handle han
if ((err = iosapic_init(phys_addr, gsi_base)))
return err;
-#if CONFIG_ACPI_NUMA
+#ifdef CONFIG_ACPI_NUMA
acpi_map_iosapic(handle, 0, NULL, NULL);
#endif /* CONFIG_ACPI_NUMA */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-09-13 6:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-13 6:49 [PATCH 2.6.14-rc1] fix typo in acpi_register_ioapic() Kenji Kaneshige
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox