Ignore:
Timestamp:
2007-06-06T20:25:51Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6b781c0
Parents:
44bec47
Message:

Replace gcc-specific FUNCTION with C99 func.
suncc's xregs=no%float can be used only on sparc64.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/synch/spinlock.h

    r44bec47 r3ee8a075  
    113113                printf("Deadlock probe %s: exceeded threshold %d\n",    \
    114114                    "cpu%d: function=%s, line=%d\n",                    \
    115                     #pname, (value), CPU->id, __FUNCTION__, __LINE__);  \
     115                    #pname, (value), CPU->id, __func__, __LINE__);      \
    116116        }
    117117#else
Note: See TracChangeset for help on using the changeset viewer.