commit | ea5e3593a493298c69b8c4a958628feace930478 | [log] [tgz] |
---|---|---|
author | Glauber de Oliveira Costa <gcosta@redhat.com> | Wed Jan 30 13:31:40 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:31:40 2008 +0100 |
tree | b6607e39bd44fd980e68a7ba80b0d76f7cdaa016 | |
parent | ae2e15eb3b6c2a011bee615470bf52d2beb99a4b [diff] |
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>