> The compilation output already shows that HZ wasn't set while compiling
> panic.c (there's none of your "Just an info" messages).
> Most likely you've forgotten to add a
> #include <linux/config.h>
> to your modified param.h and therefore none of your custom CONFIG_*HZ is
> defined when the compiler goes through param.h.
Thats it Adrian!! :-) Many thanks!
Kind regards,
Marc
-
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/