summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_tests.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-11-17 20:40:25 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-11-17 20:40:25 -0500
commitc1e75d2b0ee9ab53367879be8f8d7b5cac25f2ee (patch)
tree170a66bf31ac09e4f8ce20d7ed860c0d96e11e9e /pts-core/functions/pts-functions_tests.php
parent5f9cf59a784c9c9f9ba40c58ba990117e6a92a03 (diff)
downloadphoronix-test-suite-upstream-c1e75d2b0ee9ab53367879be8f8d7b5cac25f2ee.tar.gz
phoronix-test-suite-upstream-c1e75d2b0ee9ab53367879be8f8d7b5cac25f2ee.tar.xz
phoronix-test-suite-upstream-c1e75d2b0ee9ab53367879be8f8d7b5cac25f2ee.zip
pts-core: Standardize sw_* functions
Diffstat (limited to 'pts-core/functions/pts-functions_tests.php')
-rw-r--r--pts-core/functions/pts-functions_tests.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions_tests.php b/pts-core/functions/pts-functions_tests.php
index dcb9a7a..bd02665 100644
--- a/pts-core/functions/pts-functions_tests.php
+++ b/pts-core/functions/pts-functions_tests.php
@@ -715,7 +715,7 @@ function pts_call_test_script($test_identifier, $script_name, $print_string = ""
function pts_cpu_arch_compatible($check_against)
{
$compatible = true;
- $this_arch = kernel_arch();
+ $this_arch = sw_os_architecture();
if(strlen($this_arch) > 3 && substr($this_arch, -2) == "86")
{