This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-x86_64 / system.h
index 55ac71f..6671eb6 100644 (file)
@@ -123,7 +123,7 @@ struct alt_instr {
  * If you use variable sized constraints like "m" or "g" in the 
  * replacement maake 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"                    \
                      ".section .altinstructions,\"a\"\n"               \
                      "  .align 8\n"                                    \
@@ -135,7 +135,7 @@ struct alt_instr {
                      ".previous\n"                                     \
                      ".section .altinstr_replacement,\"ax\"\n"         \
                      "663:\n\t" newinstr "\n664:\n"   /* replacement */ \
-                     ".previous" :: "i" (feature), ##input)
+                     ".previous" :: "i" (feature), input)
 
 /*
  * Clear and set 'TS' bit respectively