提交 349188f6 编写于 作者: E Eric W. Biederman 提交者: Linus Torvalds

[PATCH] x86_64: Fix apicid versus cpu# confusion.

Oops.  I knew I didn't have the physical versus logical cpu identifiers right
when I generated that patch.  It's not nearly as bad as I feared at the time
though.
Signed-off-by: NEric W. Biederman <ebiederm@xmission.com>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 7d69fa62
...@@ -334,7 +334,7 @@ static void __cpuinit tsc_sync_wait(void) ...@@ -334,7 +334,7 @@ static void __cpuinit tsc_sync_wait(void)
{ {
if (notscsync || !cpu_has_tsc) if (notscsync || !cpu_has_tsc)
return; return;
sync_tsc(boot_cpu_id); sync_tsc(0);
} }
static __init int notscsync_setup(char *s) static __init int notscsync_setup(char *s)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册