reverted r25227. Thanks for the hint Ingo :)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25228 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
615ffc60cc
commit
873f6659eb
@ -100,7 +100,7 @@ static spinlock sDeferredFreeListLock;
|
||||
|
||||
// #pragma mark - Tracing
|
||||
|
||||
#ifdef KERNEL_HEAP_TRACING
|
||||
#if KERNEL_HEAP_TRACING
|
||||
namespace KernelHeapTracing {
|
||||
|
||||
class Allocate : public AbstractTraceEntry {
|
||||
|
@ -60,7 +60,7 @@ static status_t deliver_signal(struct thread *thread, uint signal,
|
||||
// #pragma mark - signal tracing
|
||||
|
||||
|
||||
#ifdef SIGNAL_TRACING
|
||||
#if SIGNAL_TRACING
|
||||
|
||||
namespace SignalTracing {
|
||||
|
||||
|
@ -88,7 +88,7 @@ spinlock team_spinlock = 0;
|
||||
// #pragma mark - Tracing
|
||||
|
||||
|
||||
#ifdef TEAM_TRACING
|
||||
#if TEAM_TRACING
|
||||
namespace TeamTracing {
|
||||
|
||||
class TeamForked : public AbstractTraceEntry {
|
||||
|
Loading…
Reference in New Issue
Block a user