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:
Rene Gollent 2009-08-20 23:39:22 +00:00
parent af0ba3c2c8
commit 66dde0a85d
1 changed files with 1 additions and 1 deletions

View File

@ -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);