Changeset 8be8cfa in mainline for kernel/generic/include/print.h


Ignore:
Timestamp:
2007-01-29T17:16:56Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
dad5951
Parents:
0b3a78f
Message:

spinlock extern declaration macro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/print.h

    r0b3a78f r8be8cfa  
    4141
    4242/* We need this address in spinlock to avoid deadlock in deadlock detection */
    43 extern spinlock_t printflock;
     43SPINLOCK_EXTERN(printflock);
    4444
    4545#define EOF (-1)
Note: See TracChangeset for help on using the changeset viewer.