Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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. */