From fa6ca444548a441ebba1aa7e8a98f74a8a01fff3 Mon Sep 17 00:00:00 2001 From: Andi Kleen Date: Thu, 28 Jul 2005 21:15:36 -0700 Subject: [PATCH] --- yaml --- r: 5382 b: refs/heads/master c: ca4e6b740206fc943cc1c90fd434d4d389da8f2b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-x86_64/system.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index c102881b670c..fe59da1f7162 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6391ad0aa487e7b13588b1439d2462a320b07d0d +refs/heads/master: ca4e6b740206fc943cc1c90fd434d4d389da8f2b diff --git a/trunk/include/asm-x86_64/system.h b/trunk/include/asm-x86_64/system.h index 96d6c3d59798..8606e170a7dc 100644 --- a/trunk/include/asm-x86_64/system.h +++ b/trunk/include/asm-x86_64/system.h @@ -116,12 +116,12 @@ struct alt_instr { /* * Alternative inline assembly with input. * - * Pecularities: + * Peculiarities: * No memory clobber here. * Argument numbers start with 1. * Best is to use constraints that are fixed size (like (%1) ... "r") * 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...) \ asm volatile ("661:\n\t" oldinstr "\n662:\n" \