Commit 37679011 authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Jesper Juhl

Generate a slightly more informative error msg for bad HZ

Generate a slightly more informative error msg for bad HZ
 in include/linux/jiffies.h
Signed-off-by: default avatarRobert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: default avatarJesper Juhl <jesper.juhl@gmail.com>
parent bc3c26fe
......@@ -36,7 +36,7 @@
#elif HZ >= 6144 && HZ < 12288
# define SHIFT_HZ 13
#else
# error You lose.
# error Invalid value of HZ.
#endif
/* LATCH is used in the interval timer and ftape setup. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment