From: James S. <jsi...@us...> - 2001-11-08 17:11:10
|
Update of /cvsroot/linux-mips/linux/arch/mips64/kernel In directory usw-pr-cvs1:/tmp/cvs-serv31219/mips64/kernel Modified Files: smp.c Log Message: Export a bunch more symbols to modules. Index: smp.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips64/kernel/smp.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- smp.c 2001/11/06 20:23:54 1.8 +++ smp.c 2001/11/08 17:11:07 1.9 @@ -440,3 +440,10 @@ } EXPORT_SYMBOL(flush_tlb_page); +EXPORT_SYMBOL(cpu_data); +EXPORT_SYMBOL(synchronize_irq); +EXPORT_SYMBOL(kernel_flag); +EXPORT_SYMBOL(__global_sti); +EXPORT_SYMBOL(__global_cli); +EXPORT_SYMBOL(__global_save_flags); +EXPORT_SYMBOL(__global_restore_flags); |