Changeset a80d406 in mainline


Ignore:
Timestamp:
2005-12-06T22:22:01Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
beb39ee3
Parents:
2d93f1f9
Message:

Fix of compiling without SMP.

File:
1 edited

Legend:

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

    r2d93f1f9 ra80d406  
    5252};
    5353
    54 #define spinlock_initialize(x)
     54#define spinlock_initialize(x,name)
    5555#define spinlock_lock(x)                preemption_disable()
    5656#define spinlock_trylock(x)             (preemption_disable(), 1)
Note: See TracChangeset for help on using the changeset viewer.