livelock in lwkt_setcpu_remote()

Magliano Andrea masterblaster at tiscali.it
Fri Mar 25 05:24:50 PDT 2011


Hi Matt,

Thanks for the fast fix! Unfortunately following hunk breaks buildworld:

index 91ccb23..180dadf 100644
--- a/sys/vm/vm_map.h
+++ b/sys/vm/vm_map.h
@@ -75,6 +75,9 @@
 #ifndef _SYS_TYPES_H_
 #include <sys/types.h>
 #endif
+#ifndef _SYS_KERNEL_H_
+#include <sys/kernel.h>
+#endif
 #ifndef _SYS_TREE_H_
 #include <sys/tree.h>
 #endif

as in sys/kernel.h:

#ifndef _KERNEL
#error "This file should not be included by userland programs."
#else

I'm not familiar with build infrastucture, so i have to stop here.



On Thu, 24 Mar 2011 14:45:36 -0700 (PDT)
Matthew Dillon <dillon at apollo.backplane.com> wrote:

>     I have pushed work to master that should hopefully fix the problem,
>     please test!
> 
> 					-Matt
> 					Matthew Dillon 
> 					<dillon at backplane.com>





More information about the Bugs mailing list