From: Vivek Goyal Date: Wed, 11 Jan 2006 21:45:09 +0000 (+0100) Subject: [PATCH] x86_64: x86_64 write apic id fix X-Git-Tag: v2.6.16-rc1~325 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9d1e4bd6e44f2a75340226eb5f762e16bb4652f;p=pandora-kernel.git [PATCH] x86_64: x86_64 write apic id fix o Apic id is in most significant 8 bits of APIC_ID register. Current code is trying to write apic id to least significant 8 bits. This patch fixes it. o This fix enables booting uni kdump capture kernel on a cpu with non-zero apic id. Signed-off-by: Vivek Goyal Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed