]> git.baikalelectronics.ru Git - kernel.git/commit
x86: lfence fix
authorIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:32:38 +0000 (13:32 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:32:38 +0000 (13:32 +0100)
commit2b9be304a31c986d4b2f799095fbdec056a950bb
tree217745cfd6bc0cd6ed28a98f402b54a2ce7a5471
parent74d6863af3e8584d02f3698287a49f712fb59913
x86: lfence fix

LFENCE is available on XMM2 or higher Intel CPUs - not XMM or higher...

this caused boot failures on XMM1 & !XMM1 capable CPUs.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/cpu/intel.c