[LinuxBIOS] readl and read32

YhLu YhLu at tyan.com
Wed Apr 6 21:49:06 CEST 2005


arch/ppc/lib/pci_ppc_conf1_ops.c:       .read32 = ppc_conf1_read_config32,
arch/i386/lib/pci_ops_conf1.c:  .read32 = pci_conf1_read_config32,
arch/i386/lib/pci_ops_conf2.c:  .read32 = pci_conf2_read_config32,
arch/i386/include/arch/romcc_io.h:static inline uint32_t read32(unsigned
long addr)
devices/pci_ops.c:      return ops_pci_bus(pbus)->read32(pbus,
dev->bus->secondary, dev->path.u.pci.devfn, where);
include/device/pci.h:   uint32_t (*read32) (struct bus *pbus, unsigned char
bus, int devfn, int where);

read32 in pci should be changed to pci_read32.... 

> -----Original Message-----
> From: YhLu 
> Sent: Wednesday, April 06, 2005 12:42 PM
> To: ebiederman at lnxi.com
> Cc: linuxbios at openbios.org
> Subject: [LinuxBIOS] readl and read32
> 
> Do you think
> read32 arch/i386/include/arch/romcc_io.h and readl in 
> arch/i386/include/arch/io.h should be removed one?
> 
> YH
> 
> _______________________________________________
> LinuxBIOS mailing list
> LinuxBIOS at openbios.org
> http://www.openbios.org/mailman/listinfo/linuxbios
> 




More information about the coreboot mailing list