summaryrefslogtreecommitdiff
path: root/src/cpu
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu')
-rw-r--r--src/cpu/amd/sc520/sc520.c4
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,