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:
@@ -707,7 +707,7 @@ spinlock_contention_syscall(const char* subsystem, uint32 function,
|
|||||||
int
|
int
|
||||||
smp_intercpu_int_handler(int32 cpu)
|
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);
|
process_all_pending_ici(cpu);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user