Ignore:
Timestamp:
Aug 5, 2015, 6:46:14 PM (9 years ago)
Author:
guerin
Message:

remove last references to giet_shr_printf()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_libs/user_lock.c

    r501 r693  
    4949unsigned int    lpid;
    5050giet_proc_xyp( &x, &y, &lpid );
    51 giet_shr_printf("\n[USER_LOCK DEBUG] P[%d,%d,%d] get ticket = %d"
     51giet_tty_printf("\n[USER_LOCK DEBUG] P[%d,%d,%d] get ticket = %d"
    5252                " for lock %x at cycle %d (current = %d / free = %d)\n",
    5353                x, y, lpid, ticket,
     
    6565               
    6666#if GIET_DEBUG_USER_LOCK
    67 giet_shr_printf("\n[USER_LOCK DEBUG] P[%d,%d,%d] get lock %x"
     67giet_tty_printf("\n[USER_LOCK DEBUG] P[%d,%d,%d] get lock %x"
    6868                " at cycle %d (current = %d / free = %d)\n",
    6969                x, y, lpid, (unsigned int)lock,
     
    8787unsigned int    lpid;
    8888giet_proc_xyp( &x, &y, &lpid );
    89 giet_shr_printf("\n[USER_LOCK DEBUG] P[%d,%d,%d] release lock %x"
     89giet_tty_printf("\n[USER_LOCK DEBUG] P[%d,%d,%d] release lock %x"
    9090                " at cycle %d (current = %d / free = %d)\n",
    9191                x, y, lpid, (unsigned int)lock,
     
    108108unsigned int    lpid;
    109109giet_proc_xyp( &x, &y, &lpid );
    110 giet_shr_printf("\n[USER_LOCK DEBUG] P[%d,%d,%d] init lock %x"
     110giet_tty_printf("\n[USER_LOCK DEBUG] P[%d,%d,%d] init lock %x"
    111111                " at cycle %d (current = %d / free = %d)\n",
    112112                x, y, lpid, (unsigned int)lock,
Note: See TracChangeset for help on using the changeset viewer.