Rename the "IA64 ITC" counter to "ITC" counter. We don't call the

"TSC" counter on i386 "I386 TSC".

Approved by: re@ (blanket)
This commit is contained in:
marcel 2003-05-20 06:51:20 +00:00
parent a2726da030
commit 3e51b25670

View File

@ -89,7 +89,7 @@ static struct timecounter ia64_timecounter = {
0, /* no poll_pps */
~0u, /* counter_mask */
0, /* frequency */
"IA64 ITC" /* name */
"ITC" /* name */
};
#endif