diff -Nur unicorn.orig/msw/linrapi.c unicorn/msw/linrapi.c --- unicorn.orig/msw/linrapi.c 2006-01-02 18:54:30.000000000 +0200 +++ unicorn/msw/linrapi.c 2006-02-12 12:38:32.453937500 +0200 @@ -922,7 +922,7 @@ #endif // Hack to try to make it work on SMP !!!! // Lock the threads to CPU #0 - set_cpus_allowed(k->thread,CPU_MASK_CPU0); + //set_cpus_allowed(k->thread,CPU_MASK_CPU0); #endif return SUCCESS; }