aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorTony Luck <tony.luck@intel.com>2007-05-11 18:18:45 -0400
committerTony Luck <tony.luck@intel.com>2007-05-14 18:57:39 -0400
commitc47953cfc6bad91c46272aad202ee33276671608 (patch)
treef58ee587ce1c6aeaf30c7c53ac695d90fbaccb39 /arch
parent311f594dec9b0c8693ec7df75b82c251b6b0e7c2 (diff)
[IA64] s/scalibility/scalability/
Previous spelling patch from Simon Arlott broke one spot that didn't need fixing (reported by Simon within 35 minutes of the patch ... but not until after I'd applied to GIT and pushed :-( Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/ia64/kernel/time.c2
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