This commit is contained in:
root 2011-06-21 00:37:41 +02:00
parent 15e07d7d01
commit de450fe139

View file

@ -493,7 +493,7 @@ __inline void* mmnif_shmalloc()
*/
//mpb_start_address = RCCE_shmalloc(mpb_size*MMNIF_CORES);
//mpb_start_address = 0x8000000+ mpb_size * (own_ip_address - router_ip_address);
SHmalloc(&mpb_start_address);
SHMalloc(&mpb_start_address);
return mpb_start_address + (mpb_size) * (own_ip_address - router_ip_address);
#endif
}