Seems that this is because different parts of the kernel are using
different values of HZ (!).
In include/asm-i386/param.h, please add:
#ifdef __KERNEL__
+#include <linux/config.h>
#ifdef CONFIG_1000HZ
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/