I'm glad I pushed to fix parisc in linux-next, since now I can tell when I've broken it. :) [but hey it was a good five days while it lasted though!] For those of you following parisc in linux-next, as per here: http://kisskb.ellerman.id.au/kisskb/target/2059/ the fix is a trivial include that seems specific to parisc: diff --git a/lib/bitmap.c b/lib/bitmap.c index e255bfb..0b39614 100644 --- a/lib/bitmap.c +++ b/lib/bitmap.c @@ -11,6 +11,8 @@ #include <linux/bitmap.h> #include <linux/bitops.h> #include <linux/bug.h> +#include <linux/thread_info.h> + #include <asm/uaccess.h> and I'll have this in the module-3.4 tree in linux-next tomorrow. Thanks, Paul. -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html