]> git.baikalelectronics.ru Git - kernel.git/commit
x86: unify asm nops
authorGlauber de Oliveira Costa <gcosta@redhat.com>
Wed, 30 Jan 2008 12:31:40 +0000 (13:31 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:31:40 +0000 (13:31 +0100)
commit5a321af3d9e491e1b2ed0ffefe17c77deb23b53f
treeb6607e39bd44fd980e68a7ba80b0d76f7cdaa016
parent7c0c4a7818a6d78bbaeaa40c8f1fd4ca21852eec
x86: unify asm nops

There's only one difference between the NOPs used in asm code for i386 and x86_64:
i386 has a lot more variants. The code is moved to processor.h, and adjusted
accordingly.

Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/asm-x86/processor.h
include/asm-x86/processor_32.h
include/asm-x86/processor_64.h