Re: [PATCH 1/2] pci: Arch hook to determine config space size

From: Christoph Hellwig
Date: Fri Jan 28 2005 - 14:03:30 EST


> +int __attribute__ ((weak)) pcibios_exp_cfg_space(struct pci_dev *dev) { return 1; }

- prototypes belong to headers
- weak linkage is the perfect way for total obsfucation

please make this a regular arch hook
> Please read the FAQ at http://www.tux.org/lkml/
---end quoted text---
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/