Changeset 266294a9 in mainline for generic/include/print.h


Ignore:
Timestamp:
2006-02-05T17:01:03Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5c9a08b
Parents:
9b9e385
Message:

Added constructor/destructor calls to SLAB.
Changed allocation of thread_t structure to use SLAB.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/print.h

    r9b9e385 r266294a9  
    3131
    3232#include <arch/types.h>
     33#include <synch/spinlock.h>
    3334
    3435#define INT8    1
     
    3940extern void printf(const char *fmt, ...);
    4041
     42/* We need this address in spinlock to avoid deadlock in deadlock detection */
     43extern spinlock_t printflock;
     44
    4145#endif
Note: See TracChangeset for help on using the changeset viewer.