lkml.org 
[lkml]   [2002]   [Jul]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] Export synchronize_irq on CONFIG_SMP=y
Currently, all arches which support SMP define synchronize_irq(irq)
to be a real function (generally defined in arch/$(ARCH)/kernel/irq.c).
This export was removed inadvertanly I believe in the "bit IRQ lock"
removal and IRQ cleanups ChangeSet.

--
Tom Rini (TR1265)
http://gate.crashing.org/~trini/

===== arch/i386/kernel/i386_ksyms.c 1.26 vs edited =====
--- 1.26/arch/i386/kernel/i386_ksyms.c Sun Jul 21 09:09:17 2002
+++ edited/arch/i386/kernel/i386_ksyms.c Thu Jul 25 07:24:12 2002
@@ -133,6 +133,7 @@
EXPORT_SYMBOL_NOVERS(__read_lock_failed);

/* Global SMP stuff */
+EXPORT_SYMBOL(synchronize_irq);
EXPORT_SYMBOL(smp_call_function);

/* TLB flushing */
-
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 13:27    [W:0.038 / U:0.460 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site