summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_system_parsing.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-10-02 10:13:13 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-10-02 10:13:13 -0400
commit444c2a7c797248e822bd3b7f2a08daf96b362816 (patch)
treea978877855642e6d1b8151a605d9ad65b6bb12cc /pts-core/functions/pts-functions_system_parsing.php
parentd12e071a740a7aa7d08e42ac1ac8a008e3694e6b (diff)
downloadphoronix-test-suite-upstream-444c2a7c797248e822bd3b7f2a08daf96b362816.tar.gz
phoronix-test-suite-upstream-444c2a7c797248e822bd3b7f2a08daf96b362816.tar.xz
phoronix-test-suite-upstream-444c2a7c797248e822bd3b7f2a08daf96b362816.zip
pts-core: Switch back to using read_amd_pcsdb() with
read_amd_pcsdb_direct_parser() fallback instead of just read_amd_pcsdb_direct_parser() in hopes AMD doesn't break aticonfig again
Diffstat (limited to 'pts-core/functions/pts-functions_system_parsing.php')
-rw-r--r--pts-core/functions/pts-functions_system_parsing.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/pts-core/functions/pts-functions_system_parsing.php b/pts-core/functions/pts-functions_system_parsing.php
index 842e5e0..434c2cd 100644
--- a/pts-core/functions/pts-functions_system_parsing.php
+++ b/pts-core/functions/pts-functions_system_parsing.php
@@ -275,10 +275,6 @@ function read_amd_pcsdb($attribute)
return $ati_info;
}
-function amd_pcsdb_parser($attribute, $find_once = false)
-{
- return read_amd_pcsdb_direct_parser($attribute, $find_once);
-}
function read_amd_pcsdb_direct_parser($attribute, $find_once = false)
{
// Read AMD's AMDPCSDB, AMD Persistent Configuration Store Database but using our own internal parser instead of relying upon aticonfig