patch-2.4.5 linux/arch/sparc64/kernel/sparc64_ksyms.c
Next file: linux/arch/sparc64/kernel/sys_sunos32.c
Previous file: linux/arch/sparc64/kernel/semaphore.c
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Sun May 20 11:32:07 2001
- Orig file:
v2.4.4/linux/arch/sparc64/kernel/sparc64_ksyms.c
- Orig date:
Fri Apr 13 20:15:55 2001
diff -u --recursive --new-file v2.4.4/linux/arch/sparc64/kernel/sparc64_ksyms.c linux/arch/sparc64/kernel/sparc64_ksyms.c
@@ -1,4 +1,4 @@
-/* $Id: sparc64_ksyms.c,v 1.105 2001/04/14 01:12:02 davem Exp $
+/* $Id: sparc64_ksyms.c,v 1.107 2001/05/18 08:01:35 davem Exp $
* arch/sparc64/kernel/sparc64_ksyms.c: Sparc64 specific ksyms support.
*
* Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu)
@@ -47,6 +47,7 @@
#endif
#ifdef CONFIG_PCI
#include <asm/ebus.h>
+#include <asm/isa.h>
#endif
#include <asm/a.out.h>
@@ -156,7 +157,6 @@
/* semaphores */
EXPORT_SYMBOL(__down);
EXPORT_SYMBOL(__down_interruptible);
-EXPORT_SYMBOL(__down_trylock);
EXPORT_SYMBOL(__up);
/* Atomic counter implementation. */
@@ -199,6 +199,7 @@
#endif
#ifdef CONFIG_PCI
EXPORT_SYMBOL(ebus_chain);
+EXPORT_SYMBOL(isa_chain);
EXPORT_SYMBOL(pci_memspace_mask);
EXPORT_SYMBOL(empty_zero_page);
EXPORT_SYMBOL(outsb);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)