summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2003-05-20 06:51:20 +0000
committermarcel <marcel@FreeBSD.org>2003-05-20 06:51:20 +0000
commit3e51b256706c7ca48d16698e3ad210e96fd6f9fa (patch)
tree074218667be61d297165f466197060581abf3ee8 /sys/ia64
parenta2726da03096273b7ea1d2ac98d6f28951a32b1e (diff)
downloadFreeBSD-src-3e51b256706c7ca48d16698e3ad210e96fd6f9fa.zip
FreeBSD-src-3e51b256706c7ca48d16698e3ad210e96fd6f9fa.tar.gz
Rename the "IA64 ITC" counter to "ITC" counter. We don't call the
"TSC" counter on i386 "I386 TSC". Approved by: re@ (blanket)
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/ia64/clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/ia64/clock.c b/sys/ia64/ia64/clock.c
index 277c14b..aaa9e92 100644
--- a/sys/ia64/ia64/clock.c
+++ b/sys/ia64/ia64/clock.c
@@ -89,7 +89,7 @@ static struct timecounter ia64_timecounter = {
0, /* no poll_pps */
~0u, /* counter_mask */
0, /* frequency */
- "IA64 ITC" /* name */
+ "ITC" /* name */
};
#endif
OpenPOWER on IntegriCloud