patch-2.4.9 linux/arch/ppc/kernel/apus_pci.c
Next file: linux/arch/ppc/kernel/apus_setup.c
Previous file: linux/arch/ppc/defconfig
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Sun Aug 12 12:43:26 2001
- Orig file:
v2.4.8/linux/arch/ppc/kernel/apus_pci.c
- Orig date:
Mon May 21 17:04:46 2001
diff -u --recursive --new-file v2.4.8/linux/arch/ppc/kernel/apus_pci.c linux/arch/ppc/kernel/apus_pci.c
@@ -1,5 +1,5 @@
/*
- * BK Id: SCCS/s.apus_pci.c 1.3 05/17/01 18:14:21 cort
+ * BK Id: SCCS/s.apus_pci.c 1.4 07/06/01 09:19:28 trini
*/
/*
* Copyright (C) Michel Dänzer <michdaen@iiic.ethz.ch>
@@ -55,7 +55,6 @@
static struct pci_controller *apus_hose;
-__apus
void *pci_io_base(unsigned int bus)
{
return 0;
@@ -70,7 +69,7 @@
#define cfg_write_val(val) val
#define APUS_PCI_OP(rw, size, type, op, mask) \
-__apus int \
+int \
apus_pcibios_##rw##_config_##size(struct pci_dev *dev, int offset, type val) \
{ \
int fnno = FNNO(dev->devfn); \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)