summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/attrrp.C
diff options
context:
space:
mode:
authorNick Bofferding <bofferdn@us.ibm.com>2012-08-12 12:10:33 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-08-15 12:41:06 -0500
commit13682024ac1a36b7400c8619e87b88a5b182d132 (patch)
tree4dfc72a426d4e04bcef4deb144ffed0055cdb1fb /src/usr/targeting/attrrp.C
parent564bd490f2c9db01c5553d5b2b6a00cc43f828d0 (diff)
downloadtalos-hostboot-13682024ac1a36b7400c8619e87b88a5b182d132.tar.gz
talos-hostboot-13682024ac1a36b7400c8619e87b88a5b182d132.zip
Miscellaneous support for x86 targeting builds in FSP
- Updated makefiles delivered to FSP to include NFP context mk directives - Updated makefiles delivered to FSP to consolidate subtree directives - Updated abstract pointer type to handle 4 byte x86 pointers - Updated attribute resource provider to use updated abstract pointer Change-Id: Ib924ae40c250d968e9ccbb9cffb1eb38bb747cdd RTC: 39737 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1519 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/attrrp.C')
-rw-r--r--src/usr/targeting/attrrp.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/targeting/attrrp.C b/src/usr/targeting/attrrp.C
index 1c5bbab7b..5daf7de10 100644
--- a/src/usr/targeting/attrrp.C
+++ b/src/usr/targeting/attrrp.C
@@ -345,7 +345,7 @@ namespace TARGETING
// cache is of a different type, we first cast to extract the
// real pointer, then recast it into the cache
iv_sections[i].vmmAddress =
- reinterpret_cast<uint64_t>(
+ static_cast<uint64_t>(
TARG_TO_PLAT_PTR(l_header->vmmBaseAddress)) +
l_header->vmmSectionOffset*i;
iv_sections[i].pnorAddress = l_pnorSectionInfo.vaddr +
OpenPOWER on IntegriCloud