Commit ca4e6b74 authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds

[PATCH] x86_64: Fix some typos in system.h comments

Signed-off-by: default avatarAndi Kleen <ak@suse.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 6391ad0a
...@@ -116,12 +116,12 @@ struct alt_instr { ...@@ -116,12 +116,12 @@ struct alt_instr {
/* /*
* Alternative inline assembly with input. * Alternative inline assembly with input.
* *
* Pecularities: * Peculiarities:
* No memory clobber here. * No memory clobber here.
* Argument numbers start with 1. * Argument numbers start with 1.
* Best is to use constraints that are fixed size (like (%1) ... "r") * Best is to use constraints that are fixed size (like (%1) ... "r")
* If you use variable sized constraints like "m" or "g" in the * If you use variable sized constraints like "m" or "g" in the
* replacement maake sure to pad to the worst case length. * replacement make sure to pad to the worst case length.
*/ */
#define alternative_input(oldinstr, newinstr, feature, input...) \ #define alternative_input(oldinstr, newinstr, feature, input...) \
asm volatile ("661:\n\t" oldinstr "\n662:\n" \ asm volatile ("661:\n\t" oldinstr "\n662:\n" \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment