summaryrefslogtreecommitdiffstats
path: root/include/asm-x86/nops.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* x86: move nop declarations into separate include fileAndi Kleen2008-01-301-0/+90
Moving things out of processor.h is always a good thing. Also needed to avoid include loop in later patch. Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>