Changeset 5b303ba in mainline for kernel/generic/include/print.h


Ignore:
Timestamp:
2007-04-07T17:57:07Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3dbe2d1f
Parents:
be66dee
Message:

use spinlock only on console output, not other print functions
cleanup

File:
1 edited

Legend:

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

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