patch-2.3.99-pre2 linux/arch/alpha/kernel/alpha_ksyms.c
Next file: linux/arch/alpha/kernel/core_cia.c
Previous file: linux/arch/alpha/kernel/Makefile
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Sat Mar 18 11:39:12 2000
- Orig file:
v2.3.99-pre1/linux/arch/alpha/kernel/alpha_ksyms.c
- Orig date:
Sat Feb 26 22:31:38 2000
diff -u --recursive --new-file v2.3.99-pre1/linux/arch/alpha/kernel/alpha_ksyms.c linux/arch/alpha/kernel/alpha_ksyms.c
@@ -37,6 +37,7 @@
extern void dump_thread(struct pt_regs *, struct user *);
extern int dump_fpu(struct pt_regs *, elf_fpregset_t *);
extern spinlock_t kernel_flag;
+extern spinlock_t rtc_lock;
/* these are C runtime functions with special calling conventions: */
extern void __divl (void);
@@ -106,6 +107,7 @@
EXPORT_SYMBOL(pci_unmap_single);
EXPORT_SYMBOL(pci_map_sg);
EXPORT_SYMBOL(pci_unmap_sg);
+EXPORT_SYMBOL(pci_dma_supported);
EXPORT_SYMBOL(dump_thread);
EXPORT_SYMBOL(dump_fpu);
@@ -201,6 +203,8 @@
EXPORT_SYMBOL(__local_bh_count);
EXPORT_SYMBOL(__local_irq_count);
#endif /* __SMP__ */
+
+EXPORT_SYMBOL(rtc_lock);
/*
* The following are special because they're not called
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)