Fix build with TRACE_SMP enabled.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32550 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
af0ba3c2c8
commit
66dde0a85d
@ -707,7 +707,7 @@ spinlock_contention_syscall(const char* subsystem, uint32 function,
|
||||
int
|
||||
smp_intercpu_int_handler(int32 cpu)
|
||||
{
|
||||
TRACE(("smp_intercpu_int_handler: entry on cpu %d\n", cpu));
|
||||
TRACE(("smp_intercpu_int_handler: entry on cpu %ld\n", cpu));
|
||||
|
||||
process_all_pending_ici(cpu);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user