mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
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: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
This commit is contained in:
parent
bc3c26fe65
commit
37679011c5
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
#elif HZ >= 6144 && HZ < 12288
|
#elif HZ >= 6144 && HZ < 12288
|
||||||
# define SHIFT_HZ 13
|
# define SHIFT_HZ 13
|
||||||
#else
|
#else
|
||||||
# error You lose.
|
# error Invalid value of HZ.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* LATCH is used in the interval timer and ftape setup. */
|
/* LATCH is used in the interval timer and ftape setup. */
|
||||||
|
|
Loading…
Reference in a new issue