summaryrefslogtreecommitdiffstats
path: root/sbe
diff options
context:
space:
mode:
authorSachin Gupta <sgupta2m@in.ibm.com>2015-08-31 23:22:41 -0500
committerGregory S. Still <stillgs@us.ibm.com>2015-09-08 10:30:42 -0500
commit07699a5c8dbf0b9fa4bfce3ae16fecc0a905029c (patch)
tree978bd3564514c688497365bdee90533e8c1a85c9 /sbe
parent45016c8b7a8688b6c536ea0216eeb91193a29542 (diff)
downloadtalos-sbe-07699a5c8dbf0b9fa4bfce3ae16fecc0a905029c.tar.gz
talos-sbe-07699a5c8dbf0b9fa4bfce3ae16fecc0a905029c.zip
Fixed compile issue
Change-Id: Iec1c02bd7d7a9e423121f697e8db608efc539c5f Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20259 Tested-by: Jenkins Server Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Diffstat (limited to 'sbe')
-rw-r--r--sbe/image/sbe_main.C11
1 files changed, 0 insertions, 11 deletions
diff --git a/sbe/image/sbe_main.C b/sbe/image/sbe_main.C
index 54d4fdc6..0e6ae382 100644
--- a/sbe/image/sbe_main.C
+++ b/sbe/image/sbe_main.C
@@ -56,14 +56,6 @@ uint8_t G_main_thread_stack[MAIN_THREAD_STACK_SIZE];
PkThread G_main_thread;
-fapi2attr::ProcChipAttributes_t* G_proc_chip_attributes_ptr ;
-fapi2attr::PervAttributes_t* G_perv_attributes_ptr;
-fapi2attr::CoreAttributes_t* G_core_attributes_ptr;
-fapi2attr::EQAttributes_t* G_eq_attributes_ptr;
-fapi2attr::EXAttributes_t* G_ex_attributes_ptr;
-
-
-
fapi2::ReturnCode
hwp_chip_present(const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP> & i_target);
@@ -98,9 +90,6 @@ void main_thread(void* arg)
std::vector<fapi2::plat_target_handle_t> targets1;
G_vec_targets = std::move(targets1);
- // Establish the pointer to the global attributes
- G_proc_chip_attributes_ptr = &G_proc_chip_attributes;
-
// Intialize the targets
fapi2::plat_TargetsInit();
OpenPOWER on IntegriCloud