diff options
author | Ronald G. Minnich <Ronald G. Minnich> | 2005-11-21 23:22:21 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2005-11-21 23:22:21 +0000 |
commit | 86cbd33837207e06a9ae41efe65ac2401e885c4b (patch) | |
tree | 74c8a26ef615076219186565dbbc6aa26a664931 /src/cpu/amd/sc520 | |
parent | 7272fcb2a466d2554b29e082c8e57038bfc4ebe6 (diff) |
This was posted on issue tracker and approve by ron minnich
Signed-off-by: Ronald G. Minnich
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2089 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/amd/sc520')
-rw-r--r-- | src/cpu/amd/sc520/sc520.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cpu/amd/sc520/sc520.c b/src/cpu/amd/sc520/sc520.c index 1199ec4b50..f535662797 100644 --- a/src/cpu/amd/sc520/sc520.c +++ b/src/cpu/amd/sc520/sc520.c @@ -187,7 +187,8 @@ static unsigned int pci_domain_scan_bus(device_t dev, unsigned int max) } -static void enable_resources(device_t dev) { +#if 0 +void sc520_enable_resources(device_t dev) { printk_spew("%s\n", __FUNCTION__); printk_spew("THIS IS FOR THE SC520 =============================\n"); @@ -204,6 +205,7 @@ static void enable_resources(device_t dev) { enable_childrens_resources(dev); printk_spew("%s\n", __FUNCTION__); } +#endif static struct device_operations pci_domain_ops = { .read_resources = pci_domain_read_resources, |