]> git.baikalelectronics.ru Git - kernel.git/commit
x86/voyager: fix compile breakage caused by 9b48a59a682248a4078a075b6f2ff03153eac14d
authorJames Bottomley <James.Bottomley@HansenPartnership.com>
Thu, 30 Oct 2008 21:00:59 +0000 (16:00 -0500)
committerIngo Molnar <mingo@elte.hu>
Thu, 30 Oct 2008 23:19:33 +0000 (00:19 +0100)
commit7857d092950a086c5aaae09a0990b2cd844e9f2e
tree5d955cbcc1f37e807d7387560b7b35074b22258e
parent3d9ea1509eb45dfc222cd21e85eef10b7c4f9d39
x86/voyager: fix compile breakage caused by 9b48a59a682248a4078a075b6f2ff03153eac14d

Impact: build fix on x86/Voyager

Given commits like this:

| Author: Suresh Siddha <suresh.b.siddha@intel.com>
| Date:   Tue Jul 29 10:29:19 2008 -0700
|
|     x86, xsave: enable xsave/xrstor on cpus with xsave support

Which deliberately expose boot cpu dependence to pieces of the system,
I think it's time to explicitly have a variable for it to prevent this
continual misassumption that the boot CPU is zero.

Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/Kconfig
arch/x86/include/asm/smp.h
arch/x86/kernel/cpu/common.c