diff options
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/kernel/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/time.c b/arch/ia64/kernel/time.c index bf7e7b5c9247..a06667c7acc0 100644 --- a/arch/ia64/kernel/time.c +++ b/arch/ia64/kernel/time.c | |||
@@ -216,7 +216,7 @@ ia64_init_itm (void) | |||
216 | #ifdef CONFIG_SMP | 216 | #ifdef CONFIG_SMP |
217 | /* On IA64 in an SMP configuration ITCs are never accurately synchronized. | 217 | /* On IA64 in an SMP configuration ITCs are never accurately synchronized. |
218 | * Jitter compensation requires a cmpxchg which may limit | 218 | * Jitter compensation requires a cmpxchg which may limit |
219 | * the scalibility of the syscalls for retrieving time. | 219 | * the scalability of the syscalls for retrieving time. |
220 | * The ITC synchronization is usually successful to within a few | 220 | * The ITC synchronization is usually successful to within a few |
221 | * ITC ticks but this is not a sure thing. If you need to improve | 221 | * ITC ticks but this is not a sure thing. If you need to improve |
222 | * timer performance in SMP situations then boot the kernel with the | 222 | * timer performance in SMP situations then boot the kernel with the |