Some code clean and make the cache adapt version compile
[IRC.git] / Robust / src / Runtime / bamboo / multicoretask.c
index 77e89921016c007fc0a4a55291b146f586e85c15..2a3c7b2796270005195c2331cc5b0725d200eadb 100644 (file)
@@ -53,7 +53,7 @@ INLINE void dislocktable() {
 #endif
 }
 
-INLINE void inittaskdata() {
+void inittaskdata() {
   if(STARTUPCORE == BAMBOO_NUM_OF_CORE) {
     // startup core to initialize corestatus[]
     total_num_t6 = 0; // TODO for test
@@ -71,7 +71,7 @@ INLINE void inittaskdata() {
   INIT_TASKPROFILE_DATA();
 }
 
-INLINE void distaskdata() {
+void distaskdata() {
   if(activetasks != NULL) {
     genfreehashtable(activetasks);
   }