summaryrefslogtreecommitdiffstats
path: root/include/asm-sh/bugs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sh/bugs.h')
-rw-r--r--include/asm-sh/bugs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-sh/bugs.h b/include/asm-sh/bugs.h
index ed5c57692..5fdb1c6ad 100644
--- a/include/asm-sh/bugs.h
+++ b/include/asm-sh/bugs.h
@@ -16,10 +16,10 @@
static void __init check_bugs(void)
{
- extern unsigned long loops_per_sec;
+ extern unsigned long loops_per_jiffy;
char *p= &system_utsname.machine[2]; /* "sh" */
- cpu_data->loops_per_sec = loops_per_sec;
+ cpu_data->loops_per_jiffy = loops_per_jiffy;
switch (cpu_data->type) {
case CPU_SH7708: