lkml.org 
[lkml]   [2004]   [Dec]   [25]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateSat, 25 Dec 2004 13:35:41 +0100 (MET)
FromMikael Pettersson <>
Subject[PATCH][2.6.10] fix non prototype-form definition of lapic_shutdown()
Trivial fix for the non prototype-form definition of
lapic_shutdown() added recently.

/Mikael

diff -rupN linux-2.6.10/arch/i386/kernel/apic.c linux-2.6.10.i386-apic-cleanup/arch/i386/kernel/apic.c
--- linux-2.6.10/arch/i386/kernel/apic.c	2004-12-25 12:16:17.000000000 +0100
+++ linux-2.6.10.i386-apic-cleanup/arch/i386/kernel/apic.c	2004-12-25 12:37:06.000000000 +0100
@@ -519,7 +519,7 @@ void __init setup_local_APIC (void)
  * Otherwise the BIOS may get confused and not power-off.
  */
 void
-lapic_shutdown()
+lapic_shutdown(void)
 {
 	if (!cpu_has_apic || !enabled_via_apicbase)
 		return;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 14:09    [from the cache]
©2003-2008