aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/lx/pll_reset.c
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-04-02 22:11:20 +0000
committerStefan Reinauer <stepan@openbios.org>2010-04-02 22:11:20 +0000
commit720297c3d46122af14c69545f4ab22337f540ae3 (patch)
treeda2ca126f53813ae0c39931b2e9ffc421a92e754 /src/northbridge/amd/lx/pll_reset.c
parentb54deb77f03269419a257d3c5b0f06d38831f125 (diff)
remove some more warnings
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5348 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/amd/lx/pll_reset.c')
-rw-r--r--src/northbridge/amd/lx/pll_reset.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/northbridge/amd/lx/pll_reset.c b/src/northbridge/amd/lx/pll_reset.c
index 188a96e85c..576a2239ed 100644
--- a/src/northbridge/amd/lx/pll_reset.c
+++ b/src/northbridge/amd/lx/pll_reset.c
@@ -72,6 +72,7 @@ static void pll_reset(char manualconf)
return;
}
+#if 0 // Unused
static unsigned int CPUSpeed(void)
{
unsigned int speed;
@@ -84,6 +85,8 @@ static unsigned int CPUSpeed(void)
}
return (speed);
}
+#endif
+
static unsigned int GeodeLinkSpeed(void)
{
unsigned int speed;
@@ -96,6 +99,8 @@ static unsigned int GeodeLinkSpeed(void)
}
return (speed);
}
+
+#if 0 // Unused
static unsigned int PCISpeed(void)
{
msr_t msr;
@@ -107,3 +112,4 @@ static unsigned int PCISpeed(void)
return (33);
}
}
+#endif