aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/time.c
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2011-05-01 10:15:11 +0100
committerJan Beulich <jbeulich@novell.com>2011-05-01 10:15:11 +0100
commit440cbc2937cceedbad853432c0edc0711c4af0e1 (patch)
tree7836f5c8d2613b6a0a434a90850e020d9bb99c76 /xen/arch/x86/time.c
parent6719cd8e96852c8059f16ed8783bf978df30e548 (diff)
downloadxen-440cbc2937cceedbad853432c0edc0711c4af0e1.tar.gz
xen-440cbc2937cceedbad853432c0edc0711c4af0e1.tar.bz2
xen-440cbc2937cceedbad853432c0edc0711c4af0e1.zip
A little bit of SMP boot code cleanup
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Diffstat (limited to 'xen/arch/x86/time.c')
-rw-r--r--xen/arch/x86/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/x86/time.c b/xen/arch/x86/time.c
index 88331e2b90..11f8c0de4e 100644
--- a/xen/arch/x86/time.c
+++ b/xen/arch/x86/time.c
@@ -1445,7 +1445,7 @@ static void __init tsc_check_writability(void)
disable_tsc_sync = 1;
}
-/* Late init function (after all CPUs are booted). */
+/* Late init function (after interrupts are enabled). */
int __init init_xen_time(void)
{
if ( boot_cpu_has(X86_FEATURE_TSC_RELIABLE) )