commit | 557848c3c03ad1d1e66cb3b5b06698e3a9ebc33c | [log] [tgz] |
---|---|---|
author | Zhao, Yu <yu.zhao@intel.com> | Mon Oct 13 19:18:07 2008 +0800 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Mon Oct 20 10:54:29 2008 -0700 |
tree | f244d69c332d3bbbef9f924fb1f0892abba7e1ff | |
parent | 022edd86d7c864bc8fadc3c8ac4e6a464472ab05 [diff] |
PCI: replace cfg space size (256/4096) by macros. This is a cleanup that changes all PCI configuration space size representations to the macros (PCI_CFG_SPACE_SIZE and PCI_CFG_SPACE_EXP_SIZE). And the macros are also moved from drivers/pci/probe.c to drivers/pci/pci.h. Signed-off-by: Yu Zhao <yu.zhao@intel.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>