Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 349188f6 authored by Eric W. Biederman's avatar Eric W. Biederman Committed by Linus Torvalds
Browse files

[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: default avatarEric W. Biederman <ebiederm@xmission.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 7d69fa62
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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)