summaryrefslogtreecommitdiffstats
path: root/src/occ_405/gpu/gpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_405/gpu/gpu.c')
-rwxr-xr-xsrc/occ_405/gpu/gpu.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/occ_405/gpu/gpu.c b/src/occ_405/gpu/gpu.c
index 9c473b9..72697eb 100755
--- a/src/occ_405/gpu/gpu.c
+++ b/src/occ_405/gpu/gpu.c
@@ -646,8 +646,12 @@ void gpu_ipc_init()
}
else
{
- // gpe gpu init only needs to be done once, so do it here.
- schedule_gpe_gpu_init_req();
+ // if (redundant ps policy is set)
+ if (G_sysConfigData.system_type.non_redund_ps == false)
+ {
+ // gpe gpu init only needs to be done once, so do it here.
+ schedule_gpe_gpu_init_req();
+ }
}
}
OpenPOWER on IntegriCloud