summaryrefslogtreecommitdiff
path: root/indra/llcommon/llprocessor.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2014-12-22 16:42:55 -0500
committerOz Linden <oz@lindenlab.com>2014-12-22 16:42:55 -0500
commit111900150d7e80f4f97f26ceb413aea2a5965d73 (patch)
tree1e7c843036f8bac7e4e4cb92f713515962128a5f /indra/llcommon/llprocessor.cpp
parenta261776a4753985df86454ee3c27e8d830e6c3c1 (diff)
work arounds to compile on linux
Diffstat (limited to 'indra/llcommon/llprocessor.cpp')
-rwxr-xr-xindra/llcommon/llprocessor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llprocessor.cpp b/indra/llcommon/llprocessor.cpp
index 1ee3c7edb0..e3e1d0c391 100755
--- a/indra/llcommon/llprocessor.cpp
+++ b/indra/llcommon/llprocessor.cpp
@@ -778,7 +778,7 @@ private:
setInfo(eFamily, family);
}
- setInfo(eFamilyName, compute_CPUFamilyName(cpuinfo["vendor_id"].c_str(), family));
+ setInfo(eFamilyName, compute_CPUFamilyName(cpuinfo["vendor_id"].c_str(), family, 0));
// setInfo(eExtendedModel, getSysctlInt("machdep.cpu.extmodel"));
// setInfo(eBrandID, getSysctlInt("machdep.cpu.brand"));