dect
/
linux-2.6
Archived
13
0
Fork 0

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:
Robert P. J. Day 2008-04-21 22:56:14 +00:00 committed by Jesper Juhl
parent bc3c26fe65
commit 37679011c5
1 changed files with 1 additions and 1 deletions

View File

@ -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. */