public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] warning: implicit declaration of function mp_config_ioapic_for_sci
@ 2002-10-08  6:55 Sérgio Monteiro Basto
       [not found] ` <1034060159.1541.24.camel-4/PLUo9XfK/yXfm4dIG/yWZHpeb/A1Y/@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Sérgio Monteiro Basto @ 2002-10-08  6:55 UTC (permalink / raw)
  To: acpi-devel

[-- Attachment #1: Type: text/plain, Size: 100 bytes --]


bus.c:1887: warning: implicit declaration of function
`mp_config_ioapic_for_sci'

A trivial patch


[-- Attachment #2: acpi_explicit.diff --]
[-- Type: text/plain, Size: 628 bytes --]

--- linux-2.4.19acpi/include/asm-i386/mpspec.h.orig	Sun Oct  6 21:27:06 2002
+++ linux-2.4.19acpi/include/asm-i386/mpspec.h	Sun Oct  6 21:34:06 2002
@@ -228,9 +228,11 @@
 extern void mp_register_ioapic (u8 id, u32 address, u32 irq_base);
 extern void mp_override_legacy_irq (u8 bus_irq, u8 polarity, u8 trigger, u32 global_irq);
 extern void mp_config_acpi_legacy_irqs (void);
-extern void mp_config_ioapic_for_sci(int irq);
 extern void mp_parse_prt (void);
 #endif /*CONFIG_X86_IO_APIC*/
+#ifdef CONFIG_X86
+extern void mp_config_ioapic_for_sci(int irq);
+#endif /*CONFIG_X86*/
 
 #endif /*CONFIG_ACPI_BOOT*/
 

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2002-10-10  4:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-08  6:55 [PATCH] warning: implicit declaration of function mp_config_ioapic_for_sci Sérgio Monteiro Basto
     [not found] ` <1034060159.1541.24.camel-4/PLUo9XfK/yXfm4dIG/yWZHpeb/A1Y/@public.gmane.org>
2002-10-08 11:59   ` Matthew Wilcox
     [not found]     ` <20021008125912.Q18545-+pPCBgu9SkPzIGdyhVEDUDl5KyyQGfY2kSSpQ9I8OhVaa/9Udqfwiw@public.gmane.org>
2002-10-09  5:14       ` Sérgio Monteiro Basto
     [not found]         ` <1034140205.1666.23.camel-4/PLUo9XfK/yXfm4dIG/yWZHpeb/A1Y/@public.gmane.org>
2002-10-09 13:42           ` Matthew Wilcox
     [not found]             ` <20021009144232.Z18545-+pPCBgu9SkPzIGdyhVEDUDl5KyyQGfY2kSSpQ9I8OhVaa/9Udqfwiw@public.gmane.org>
2002-10-10  4:28               ` Sérgio Monteiro Basto
2002-10-10  4:35               ` Sérgio Monteiro Basto
2002-10-10  4:38               ` Sérgio Monteiro Basto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox