changeset 1618:355296122b7c draft

remove warning
author Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp>
date Tue, 14 May 2013 17:49:07 +0900
parents 05d449e7b9f8
children 64f8db4e8356
files TaskManager/kernel/ppe/CpuThreads.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/TaskManager/kernel/ppe/CpuThreads.h	Tue May 14 13:40:50 2013 +0900
+++ b/TaskManager/kernel/ppe/CpuThreads.h	Tue May 14 17:49:07 2013 +0900
@@ -46,7 +46,9 @@
     int cpu_num;
     int use_refdma;
     int id_offset;
+#ifdef __CERIUM_GPU__
     GpuThreads *gpu;
+#endif
 };
 
 #endif